aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* actually enable vmprof on aarch64Maciej Fijalkowski2021-02-231-2/+4
* workaround for a crash when running test_recursive_pickle in test_functools onCarl Friedrich Bolz-Tereick2021-02-191-2/+19
* typo in macro nameMatti Picus2020-11-021-1/+1
* Issue #2853Armin Rigo2018-07-231-1/+1
* Apply patch to have vmprof work on FreeBSDArmin Rigo2018-07-181-1/+1
* rvmprof: Handle ProcessorAutodetectErrorStefano Rivera2017-12-281-3/+6
* OpenBSD doesn't currently support vmprof.Laurence Tratt2017-12-261-1/+1
* exclude win32Matti Picus2017-12-211-0/+2
* this method of determining the CPU is broken in presence of cross-translation...Antonio Cuni2017-12-201-1/+2
* this is the correct string for 32bit intelAntonio Cuni2017-12-191-1/+1
* Switch to a saner way to handle vmprof on unsupported platforms:Antonio Cuni2017-12-191-1/+6
* move the ECI stuff into a proper function: this way, it will be easier to ens...Antonio Cuni2017-12-191-55/+61
* move the vmprof API needed by rstacklet from cintf to rvmprof/__init__.py, to...Antonio Cuni2017-11-281-14/+0
* 1) we can't monkey-patch _get_vmprof because it's imported in two places; ins...Antonio Cuni2017-11-281-23/+7
* fix test use of eci for vmprof_start_sampling, vmprof_start_samplingMatti Picus2017-11-231-2/+9
* * Be more careful and let stop_sampling()/start_sampling() be called in codeArmin Rigo2017-11-221-7/+19
* unbreak macos buildMatti Picus2017-11-191-1/+1
* graft part of edb8f85891e5 that un-breaks own tests on win32Matti Picus2017-11-171-1/+4
* patches from issue #2697 fix compilation on FreeBSDMatti Picus2017-11-011-1/+4
* Fix: unclear why this was done, but the end result was that even "makeArmin Rigo2017-08-051-1/+1
* reapply fixRichard Plangger2017-07-231-3/+6
* copy over revision f29df8d, add new compilation unitRichard Plangger2017-07-041-0/+1
* implement stop/start_sampling and copy over new implementation from vmprof-py...Richard Plangger2017-06-051-0/+6
* fix tests and scatter real_time parameter to other functions neededRichard Plangger2017-06-051-1/+1
* adjust _vmprof.enable parameters to carry real_time over to the vmprof C libraryRichard Plangger2017-06-051-1/+1
* implement #123, vmprof.get_profile_path and vmprof.is_enabled, test is_enabledRichard Plangger2017-04-201-0/+4
* do not generate the sources by the configure script, but include the config f...Richard Plangger2017-04-051-10/+9
* Don't call configure if the libbacktrace library is not used.Amaury Forgeot d'Arc2017-04-051-1/+2
* hg ignore generated libbacktrace files, do not call libbacktrace/configure tw...Richard Plangger2017-04-041-3/+4
* configure libbacktrace in setup of rvmprofRichard Plangger2017-04-041-0/+11
* copy over new backtrace library and remove generated sourcesRichard Plangger2017-04-041-13/+11
* Trying to fix the vmprof platform-conditionalsArmin Rigo2017-04-011-17/+19
* remove -O3 command line switch on windows (removes lots of compiler warnings)Richard Plangger2017-03-301-1/+1
* fix windows translation bug at the beginningplanrich2017-03-301-7/+6
* add extra include dir to add msiinttypesRichard Plangger2017-03-301-1/+5
* define VMPROF_WINDOWS, add one c file to the windows compilationRichard Plangger2017-03-291-1/+2
* do not link to libunwind, it is now dynamically loadedRichard Plangger2017-03-161-2/+2
* remove vmp_dynamic.c and do not use the API exposed of that c fileRichard Plangger2017-03-151-14/+0
* revert the changes done to rpython/jit/* to support _U_dyn_register and _U_dy...Richard Plangger2017-03-151-6/+1
* local variable overwrote previous definition, crashes translated versionRichard Plangger2017-02-131-3/+3
* remove allocated libunwind info for dynamic code regions as soon as the loop ...Richard Plangger2017-02-111-0/+14
* some more changes to the native testRichard Plangger2017-02-081-1/+2
* passing some more vmprof testsRichard Plangger2017-02-071-3/+6
* renamed stack.c to vmp_stack.c (name clash), ztranslation test passes nowRichard Plangger2017-02-071-1/+1
* test_ztranslation translates nowRichard Plangger2017-02-071-3/+3
* removing duplicate files, changes for the first 4 compilation unitsRichard Plangger2017-02-061-1/+3
* moved shared vmprof files into folder shared/, working on reorganizationRichard Plangger2017-02-061-17/+25
* copied over modified vmprof files from vmprof-python.git repoRichard Plangger2017-02-061-1/+25
* add minimal support for vmprof on s390x (not in the jit), passes 2 testsRichard Plangger2016-11-031-3/+0
* Manual graft of the py3k-faulthandler branchArmin Rigo2016-10-011-0/+11