summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/scripting-engines
Commit message (Expand)AuthorAgeFilesLines
* perf evsel: Rename *perf_evsel__*name() to *evsel__*name()Arnaldo Carvalho de Melo2020-05-051-3/+3
* perf script report: Fix SEGFAULT when using DWARF modeAndreas Gerstmayr2020-04-031-0/+3
* perf tools: Add hw_idx in struct branch_stackKan Liang2020-03-091-14/+16
* 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-122-16/+16
* 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-182-4/+13
* 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-312-0/+3
* perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo2019-08-292-2/+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-292-10/+10
* perf evsel: Rename struct perf_evsel to struct evselJiri Olsa2019-07-292-15/+15
* 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-012-2/+2
* perf db-export: Add calls parent_id to enable creation of call treesAdrian Hunter2019-03-011-3/+5
* perf tools: Rename build libperf to perfJiri Olsa2019-02-141-2/+2
* perf tools: Add missing include for symbols.hArnaldo Carvalho de Melo2019-02-062-0/+2
* pref tools: Add missing map.h includesArnaldo Carvalho de Melo2019-02-062-0/+2
* 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-172-7/+7
* 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-192-44/+44
* tools lib traceevent, perf tools: Add prefix tep_ to all print_* structuresTzvetomir Stoyanov (VMware)2018-09-192-5/+5
* tools lib traceevent, perf tools: Rename enum format_flags to enum tep_format...Tzvetomir Stoyanov (VMware)2018-09-192-22/+22
* tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_...Tzvetomir Stoyanov (VMware)2018-09-192-5/+5
* tools lib traceevent, perf tools: Rename struct event_format to struct tep_ev...Tzvetomir Stoyanov (VMware)2018-09-192-7/+7
* 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-102-2/+2
* 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