summaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
Commit message (Expand)AuthorAge
* perf script python: Add script to profile and resolve physical mem typeKan Liang2018-01-12
* perf perf: Remove duplicate includesPravin Shedge2017-12-27
* perf script python: Generate hooks with additional argumentArun Kalyanasundaram2017-07-25
* perf script python: Add perf_sample dict to tracepoint handlersArun Kalyanasundaram2017-07-25
* perf script python: Add sample_read to dictArun Kalyanasundaram2017-07-25
* perf script python: Refactor creation of perf sample dictArun Kalyanasundaram2017-07-25
* perf script python: Allocate memory only if handler existsArun Kalyanasundaram2017-07-25
* tools: Adopt __noreturn from kernel sourcesArnaldo Carvalho de Melo2017-06-19
* perf script: Fix outdated comment for perf-trace-pythonSeongJae Park2017-06-07
* perf tools: Move print_binary definitions to separate filesArnaldo Carvalho de Melo2017-04-19
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-19
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-28
|\
| * tools perf scripting python: clang doesn't have -spec, remove itArnaldo Carvalho de Melo2017-02-17
* | lib, traceevent: add PRINT_HEX_STR variantDaniel Borkmann2017-01-25
|/
* tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macrosArnaldo Carvalho de Melo2016-08-23
* perf tools: Make is_printable_array globalJiri Olsa2016-07-18
* perf script python: Fix string vs byte array resolvingJiri Olsa2016-07-18
* perf script python: Silence -Werror=maybe-uninitialized on gcc 5.3.0Arnaldo Carvalho de Melo2016-07-12
* perf tools: Use SBUILD_ID_SIZE where applicableMasami Hiramatsu2016-05-11
* perf scripting python: Use Py_FatalError instead of die()Arnaldo Carvalho de Melo2016-05-11
* perf script: Fix incorrect python db-export error messageChris Phlipot2016-05-09
* perf script: Expose usage of the callchain db export via the python apiChris Phlipot2016-05-06
* perf tools: Refactor code to move call path handling out of thread-stackChris Phlipot2016-05-06
* perf callchain: Start moving away from global per thread cursorsArnaldo Carvalho de Melo2016-04-14
* perf script: Fix double free on command_lineColin Ian King2016-03-03
* perf script: Exception handling when the print fmt is emptyTaeung Song2016-02-25
* perf script: Add python support for stat eventsJiri Olsa2016-01-06
* perf scripting python: Allow for max_stack greater than PERF_MAX_STACK_DEPTHAdrian Hunter2015-09-28
* tools lib traceevent: Support function __get_dynamic_array_lenHe Kuang2015-09-02
* tracing: Rename FTRACE_MAX_EVENT to TRACE_EVENT_TYPE_MAXSteven Rostedt (Red Hat)2015-05-13
* perf db-export: No need to have ->thread twice in struct export_sampleArnaldo Carvalho de Melo2015-04-02
* perf db-export: No need to pass thread twice to db_export__sampleArnaldo Carvalho de Melo2015-04-02
* perf scripting: No need to pass thread twice to the scripting callbacksArnaldo Carvalho de Melo2015-04-02
* tools lib traceevent: Add support for __print_array()Javi Merino2015-03-24
* perf tools: Remove EOL whitespacesArnaldo Carvalho de Melo2015-01-21
* perf script python: Removing event cache as it's no longer neededJiri Olsa2014-11-06
* perf tools: Defer export of comms that were not 'set'Adrian Hunter2014-11-03
* perf tools: Add call information to Python exportAdrian Hunter2014-11-03
* perf tools: Add branch_type and in_tx to Python exportAdrian Hunter2014-11-03
* perf scripting python: Extend interface to export data in a database-friendly...Adrian Hunter2014-10-29
* perf thread: Adopt resolve_callchain method from machineArnaldo Carvalho de Melo2014-10-29
* perf callchain: Move the callchain_param extern to callchain.hArnaldo Carvalho de Melo2014-10-14
* perf scripting: Add 'flush' callback to scripting APIAdrian Hunter2014-08-22
* perf script python: Add helpers for calling Python objectsAdrian Hunter2014-08-13
* perf tools: Move pr_* debug macros into debug objectJiri Olsa2014-07-17
* perf script: Provide additional sample information on generic eventsJoseph Schuchart2014-07-16
* perf script: Add callchain to generic and tracepoint eventsJoseph Schuchart2014-07-16
* perf script: Add missing calls to Py_DECREF for return valuesJoseph Schuchart2014-07-16
* perf script: Handle the num array type in python properlySebastian Andrzej Siewior2014-06-27
* perf script: Move the number processing into its own functionSebastian Andrzej Siewior2014-06-27