summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/scripting-engines/trace-event-python.c
Commit message (Expand)AuthorAgeFilesLines
* perf addr_location: Rename al->mg to al->mapsArnaldo Carvalho de Melo2019-11-261-1/+1
* perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node'Arnaldo Carvalho de Melo2019-11-121-8/+8
* perf tools: Add map_groups to 'struct addr_location'Arnaldo Carvalho de Melo2019-11-121-1/+1
* perf scripting engines: Iterate on tep event arrays directlySteven Rostedt (VMware)2019-10-181-2/+7
* perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo2019-09-201-1/+0
* perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo2019-09-201-1/+0
* perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo2019-08-311-0/+2
* perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo2019-08-291-1/+0
* libperf: Add perf_thread_map__nr/perf_thread_map__pid functionsJiri Olsa2019-08-221-1/+1
* perf scripting python: Add missing counts.h headerArnaldo Carvalho de Melo2019-08-221-0/+1
* libperf: Add threads to struct perf_evselJiri Olsa2019-07-291-1/+1
* libperf: Add cpus to struct perf_evselJiri Olsa2019-07-291-1/+1
* libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa2019-07-291-7/+7
* perf evsel: Rename struct perf_evsel to struct evselJiri Olsa2019-07-291-11/+11
* perf tools: Rename struct thread_map to struct perf_thread_mapJiri Olsa2019-07-291-1/+1
* perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa2019-07-291-1/+1
* perf db-export: Export switch eventsAdrian Hunter2019-07-101-0/+41
* perf db-export: Export comm detailsAdrian Hunter2019-07-101-2/+6
* perf db-export: Get rid of db_export__deferred()Adrian Hunter2019-07-101-3/+1
* perf db-export: Export synth eventsAdrian Hunter2019-06-251-2/+44
* perf db-export: Export IPC informationAdrian Hunter2019-06-051-2/+6
* perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event ...Tzvetomir Stoyanov2019-04-011-1/+1
* perf db-export: Add calls parent_id to enable creation of call treesAdrian Hunter2019-03-011-3/+5
* perf tools: Add missing include for symbols.hArnaldo Carvalho de Melo2019-02-061-0/+1
* pref tools: Add missing map.h includesArnaldo Carvalho de Melo2019-02-061-0/+1
* perf script python: Use PyBytes for attr in trace-event-pythonTony Jones2019-01-251-2/+1
* perf script python: Add trace_context extension module to sys.modulesTony Jones2019-01-251-3/+9
* tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct...Tzvetomir Stoyanov2018-12-171-4/+4
* perf script: Use fallbacks for branch stacksAdrian Hunter2018-12-171-8/+8
* tools lib traceevent, perf tools: Rename enum print_arg_type to enum tep_prin...Tzvetomir Stoyanov (VMware)2018-09-191-28/+28
* tools lib traceevent, perf tools: Add prefix tep_ to all print_* structuresTzvetomir Stoyanov (VMware)2018-09-191-2/+2
* tools lib traceevent, perf tools: Rename enum format_flags to enum tep_format...Tzvetomir Stoyanov (VMware)2018-09-191-13/+13
* tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_...Tzvetomir Stoyanov (VMware)2018-09-191-3/+3
* tools lib traceevent, perf tools: Rename struct event_format to struct tep_ev...Tzvetomir Stoyanov (VMware)2018-09-191-4/+4
* tools lib traceevent, perf tools: Rename pevent_read_number_* APIsTzvetomir Stoyanov (VMware)2018-08-131-2/+2
* tools lib traceevent, perf tools: Rename struct pevent to struct tep_handleTzvetomir Stoyanov (VMware)2018-08-101-1/+1
* perf script python: Fix dict reference countingJanne Huttunen2018-07-111-6/+2
* perf tools: Generate a Python script compatible with Python 2 and 3Jeremy Cline2018-07-111-14/+15
* perf script python: Add more PMU fields to event handler dictJin Yao2018-06-061-1/+226
* perf script python: Move dsoname code to a new functionJin Yao2018-06-061-8/+15
* perf script python: Add addr into perf sample dictLeo Yan2018-05-301-0/+2
* perf tools: Add Python 3 supportJaroslav Škarvada2018-02-191-43/+104
* perf script python: Add script to profile and resolve physical mem typeKan Liang2018-01-121-0/+2
* perf perf: Remove duplicate includesPravin Shedge2017-12-271-1/+0
* perf script python: Generate hooks with additional argumentArun Kalyanasundaram2017-07-251-4/+18
* perf script python: Add perf_sample dict to tracepoint handlersArun Kalyanasundaram2017-07-251-1/+40
* perf script python: Add sample_read to dictArun Kalyanasundaram2017-07-251-0/+51
* perf script python: Refactor creation of perf sample dictArun Kalyanasundaram2017-07-251-41/+53
* perf script python: Allocate memory only if handler existsArun Kalyanasundaram2017-07-251-16/+22
* tools: Adopt __noreturn from kernel sourcesArnaldo Carvalho de Melo2017-06-191-1/+2
OpenPOWER on IntegriCloud