aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/scripting-engines/trace-event-python.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-10perf db-export: Export comm detailsAdrian Hunter1-2/+6
2019-07-10perf db-export: Get rid of db_export__deferred()Adrian Hunter1-3/+1
2019-06-25perf db-export: Export synth eventsAdrian Hunter1-2/+44
2019-06-05perf db-export: Export IPC informationAdrian Hunter1-2/+6
2019-04-01perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event to "tep"Tzvetomir Stoyanov1-1/+1
2019-03-01perf db-export: Add calls parent_id to enable creation of call treesAdrian Hunter1-3/+5
2019-02-06perf tools: Add missing include for symbols.hArnaldo Carvalho de Melo1-0/+1
2019-02-06pref tools: Add missing map.h includesArnaldo Carvalho de Melo1-0/+1
2019-01-25perf script python: Use PyBytes for attr in trace-event-pythonTony Jones1-2/+1
2019-01-25perf script python: Add trace_context extension module to sys.modulesTony Jones1-3/+9
2018-12-17tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct tep_event'Tzvetomir Stoyanov1-4/+4
2018-12-17perf script: Use fallbacks for branch stacksAdrian Hunter1-8/+8
2018-09-19tools lib traceevent, perf tools: Rename enum print_arg_type to enum tep_print_arg_typeTzvetomir Stoyanov (VMware)1-28/+28
2018-09-19tools lib traceevent, perf tools: Add prefix tep_ to all print_* structuresTzvetomir Stoyanov (VMware)1-2/+2
2018-09-19tools lib traceevent, perf tools: Rename enum format_flags to enum tep_format_flagsTzvetomir Stoyanov (VMware)1-13/+13
2018-09-19tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_format{_field}Tzvetomir Stoyanov (VMware)1-3/+3
2018-09-19tools lib traceevent, perf tools: Rename struct event_format to struct tep_event_formatTzvetomir Stoyanov (VMware)1-4/+4
2018-08-13tools lib traceevent, perf tools: Rename pevent_read_number_* APIsTzvetomir Stoyanov (VMware)1-2/+2
2018-08-10tools lib traceevent, perf tools: Rename struct pevent to struct tep_handleTzvetomir Stoyanov (VMware)1-1/+1
2018-07-11perf script python: Fix dict reference countingJanne Huttunen1-6/+2
2018-07-11perf tools: Generate a Python script compatible with Python 2 and 3Jeremy Cline1-14/+15
2018-06-06perf script python: Add more PMU fields to event handler dictJin Yao1-1/+226
2018-06-06perf script python: Move dsoname code to a new functionJin Yao1-8/+15
2018-05-30perf script python: Add addr into perf sample dictLeo Yan1-0/+2
2018-02-19perf tools: Add Python 3 supportJaroslav Škarvada1-43/+104
2018-01-12perf script python: Add script to profile and resolve physical mem typeKan Liang1-0/+2
2017-12-27perf perf: Remove duplicate includesPravin Shedge1-1/+0
2017-07-25perf script python: Generate hooks with additional argumentArun Kalyanasundaram1-4/+18
2017-07-25perf script python: Add perf_sample dict to tracepoint handlersArun Kalyanasundaram1-1/+40
2017-07-25perf script python: Add sample_read to dictArun Kalyanasundaram1-0/+51
2017-07-25perf script python: Refactor creation of perf sample dictArun Kalyanasundaram1-41/+53
2017-07-25perf script python: Allocate memory only if handler existsArun Kalyanasundaram1-16/+22
2017-06-19tools: Adopt __noreturn from kernel sourcesArnaldo Carvalho de Melo1-1/+2
2017-06-07perf script: Fix outdated comment for perf-trace-pythonSeongJae Park1-1/+1
2017-04-19perf tools: Move print_binary definitions to separate filesArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-0/+1
2017-02-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2017-02-17tools perf scripting python: clang doesn't have -spec, remove itArnaldo Carvalho de Melo1-2/+2
2017-01-25lib, traceevent: add PRINT_HEX_STR variantDaniel Borkmann1-0/+1
2016-08-23tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macrosArnaldo Carvalho de Melo1-2/+3
2016-07-18perf tools: Make is_printable_array globalJiri Olsa1-16/+0
2016-07-18perf script python: Fix string vs byte array resolvingJiri Olsa1-6/+33
2016-07-12perf script python: Silence -Werror=maybe-uninitialized on gcc 5.3.0Arnaldo Carvalho de Melo1-2/+2
2016-05-11perf tools: Use SBUILD_ID_SIZE where applicableMasami Hiramatsu1-1/+1
2016-05-11perf scripting python: Use Py_FatalError instead of die()Arnaldo Carvalho de Melo1-2/+5
2016-05-09perf script: Fix incorrect python db-export error messageChris Phlipot1-1/+1
2016-05-06perf script: Expose usage of the callchain db export via the python apiChris Phlipot1-2/+33
2016-05-06perf tools: Refactor code to move call path handling out of thread-stackChris Phlipot1-0/+1
2016-04-14perf callchain: Start moving away from global per thread cursorsArnaldo Carvalho de Melo1-1/+1
2016-03-03perf script: Fix double free on command_lineColin Ian King1-2/+2