aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/scripting-engines/trace-event-python.c
AgeCommit message (Expand)Author
2019-04-16Merge tag 'v4.18.35' into v4.18/standard/baseBruce Ashfield
2019-04-12perf script python: Add trace_context extension module to sys.modulesTony Jones
2019-04-12perf script python: Use PyBytes for attr in trace-event-pythonTony Jones
2018-08-22perf: add sgidefs.h to for mips buildsTom Zanussi
2018-07-11perf script python: Fix dict reference countingJanne Huttunen
2018-07-11perf tools: Generate a Python script compatible with Python 2 and 3Jeremy Cline
2018-06-06perf script python: Add more PMU fields to event handler dictJin Yao
2018-06-06perf script python: Move dsoname code to a new functionJin Yao
2018-05-30perf script python: Add addr into perf sample dictLeo Yan
2018-02-19perf tools: Add Python 3 supportJaroslav Škarvada
2018-01-12perf script python: Add script to profile and resolve physical mem typeKan Liang
2017-12-27perf perf: Remove duplicate includesPravin Shedge
2017-07-25perf script python: Generate hooks with additional argumentArun Kalyanasundaram
2017-07-25perf script python: Add perf_sample dict to tracepoint handlersArun Kalyanasundaram
2017-07-25perf script python: Add sample_read to dictArun Kalyanasundaram
2017-07-25perf script python: Refactor creation of perf sample dictArun Kalyanasundaram
2017-07-25perf script python: Allocate memory only if handler existsArun Kalyanasundaram
2017-06-19tools: Adopt __noreturn from kernel sourcesArnaldo Carvalho de Melo
2017-06-07perf script: Fix outdated comment for perf-trace-pythonSeongJae Park
2017-04-19perf tools: Move print_binary definitions to separate filesArnaldo Carvalho de Melo
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo
2017-02-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-02-17tools perf scripting python: clang doesn't have -spec, remove itArnaldo Carvalho de Melo
2017-01-25lib, traceevent: add PRINT_HEX_STR variantDaniel Borkmann
2016-08-23tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macrosArnaldo Carvalho de Melo
2016-07-18perf tools: Make is_printable_array globalJiri Olsa
2016-07-18perf script python: Fix string vs byte array resolvingJiri Olsa
2016-07-12perf script python: Silence -Werror=maybe-uninitialized on gcc 5.3.0Arnaldo Carvalho de Melo
2016-05-11perf tools: Use SBUILD_ID_SIZE where applicableMasami Hiramatsu
2016-05-11perf scripting python: Use Py_FatalError instead of die()Arnaldo Carvalho de Melo
2016-05-09perf script: Fix incorrect python db-export error messageChris Phlipot
2016-05-06perf script: Expose usage of the callchain db export via the python apiChris Phlipot
2016-05-06perf tools: Refactor code to move call path handling out of thread-stackChris Phlipot
2016-04-14perf callchain: Start moving away from global per thread cursorsArnaldo Carvalho de Melo
2016-03-03perf script: Fix double free on command_lineColin Ian King
2016-02-25perf script: Exception handling when the print fmt is emptyTaeung Song
2016-01-06perf script: Add python support for stat eventsJiri Olsa
2015-09-28perf scripting python: Allow for max_stack greater than PERF_MAX_STACK_DEPTHAdrian Hunter
2015-09-02tools lib traceevent: Support function __get_dynamic_array_lenHe Kuang
2015-05-13tracing: Rename FTRACE_MAX_EVENT to TRACE_EVENT_TYPE_MAXSteven Rostedt (Red Hat)
2015-04-02perf db-export: No need to have ->thread twice in struct export_sampleArnaldo Carvalho de Melo
2015-04-02perf db-export: No need to pass thread twice to db_export__sampleArnaldo Carvalho de Melo
2015-04-02perf scripting: No need to pass thread twice to the scripting callbacksArnaldo Carvalho de Melo
2015-03-24tools lib traceevent: Add support for __print_array()Javi Merino
2015-01-21perf tools: Remove EOL whitespacesArnaldo Carvalho de Melo
2014-11-06perf script python: Removing event cache as it's no longer neededJiri Olsa
2014-11-03perf tools: Defer export of comms that were not 'set'Adrian Hunter
2014-11-03perf tools: Add call information to Python exportAdrian Hunter
2014-11-03perf tools: Add branch_type and in_tx to Python exportAdrian Hunter
2014-10-29perf scripting python: Extend interface to export data in a database-friendly...Adrian Hunter