aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/scripting-engines (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-09perf tools: Add hw_idx in struct branch_stackKan Liang1-14/+16
2019-11-26perf addr_location: Rename al->mg to al->mapsArnaldo Carvalho de Melo1-1/+1
2019-11-12perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node'Arnaldo Carvalho de Melo2-16/+16
2019-11-12perf tools: Add map_groups to 'struct addr_location'Arnaldo Carvalho de Melo1-1/+1
2019-10-18perf scripting engines: Iterate on tep event arrays directlySteven Rostedt (VMware)2-4/+13
2019-09-20perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo1-1/+0
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo1-1/+0
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo2-0/+3
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo2-2/+0
2019-08-22libperf: Add perf_thread_map__nr/perf_thread_map__pid functionsJiri Olsa1-1/+1
2019-08-22perf scripting python: Add missing counts.h headerArnaldo Carvalho de Melo1-0/+1
2019-07-29libperf: Add threads to struct perf_evselJiri Olsa1-1/+1
2019-07-29libperf: Add cpus to struct perf_evselJiri Olsa1-1/+1
2019-07-29libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa2-10/+10
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa2-15/+15
2019-07-29perf tools: Rename struct thread_map to struct perf_thread_mapJiri Olsa1-1/+1
2019-07-29perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa1-1/+1
2019-07-10perf db-export: Export switch eventsAdrian Hunter1-0/+41
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 Stoyanov2-2/+2
2019-03-01perf db-export: Add calls parent_id to enable creation of call treesAdrian Hunter1-3/+5
2019-02-14perf tools: Rename build libperf to perfJiri Olsa1-2/+2
2019-02-06perf tools: Add missing include for symbols.hArnaldo Carvalho de Melo2-0/+2
2019-02-06pref tools: Add missing map.h includesArnaldo Carvalho de Melo2-0/+2
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 Stoyanov2-7/+7
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)2-44/+44
2018-09-19tools lib traceevent, perf tools: Add prefix tep_ to all print_* structuresTzvetomir Stoyanov (VMware)2-5/+5
2018-09-19tools lib traceevent, perf tools: Rename enum format_flags to enum tep_format_flagsTzvetomir Stoyanov (VMware)2-22/+22
2018-09-19tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_format{_field}Tzvetomir Stoyanov (VMware)2-5/+5
2018-09-19tools lib traceevent, perf tools: Rename struct event_format to struct tep_event_formatTzvetomir Stoyanov (VMware)2-7/+7
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)2-2/+2
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