summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/scripting-engines
AgeCommit message (Expand)AuthorFilesLines
2022-05-27perf scripting python: Expose dso and map informationLeo Yan1-4/+17
2022-04-11perf scripting python: Expose symbol offset and source informationEelco Chaudron1-13/+36
2022-02-15perf scripting python: Add all sample flags to DB exportAdrian Hunter1-1/+2
2022-01-22perf cpumap: Migrate to libperf cpumap apiIan Rogers1-2/+2
2022-01-18Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-7/+9
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers1-3/+3
2021-12-16perf arch: Support register names from all archsGerman Gomez1-4/+6
2021-12-06tools/perf: Add '__rel_loc' event field parsing supportMasami Hiramatsu2-0/+4
2021-09-03perf script python: Allow reporting the [un]throttle PERF_RECORD_ meta eventStephen Brennan1-0/+32
2021-07-07perf script python: Fix buffer size to report iregs in perf scriptKajol Jain1-5/+12
2021-06-01perf scripting python: Assign perf_script_contextAdrian Hunter1-0/+28
2021-06-01perf scripting: Add perf_session to scripting_contextAdrian Hunter2-2/+7
2021-06-01perf scripting: Add scripting_context__update()Adrian Hunter2-7/+4
2021-05-25perf scripting python: Add auxtrace errorAdrian Hunter1-0/+42
2021-05-25perf scripting python: Add context switchAdrian Hunter1-0/+45
2021-05-25perf scripting python: Add cpumodeAdrian Hunter1-0/+3
2021-05-25perf scripting python: Add IPCAdrian Hunter1-0/+8
2021-05-25perf scripting python: Add sample flagsAdrian Hunter1-0/+26
2021-05-25perf scripting python: Add 'addr_location' for 'addr'Adrian Hunter2-9/+20
2021-05-25perf scripting python: Factor out set_sym_in_dict()Adrian Hunter1-8/+17
2021-05-25perf scripting python: Fix tuple_set_u64()Adrian Hunter1-65/+81
2021-05-25perf script: Find script file relative to exec pathAdrian Hunter2-0/+2
2021-03-23perf tools: Fix various typos in commentsIngo Molnar1-1/+1
2020-11-03perf scripting python: Avoid declaring function pointers with a visibility at...Arnaldo Carvalho de Melo1-5/+2
2020-10-14perf tools: Pass build_id object to build_id__sprintf()Jiri Olsa1-1/+1
2020-10-14perf tools: Use build_id object in dsoJiri Olsa1-1/+1
2020-05-05perf evsel: Rename *perf_evsel__*name() to *evsel__*name()Arnaldo Carvalho de Melo1-3/+3
2020-04-03perf script report: Fix SEGFAULT when using DWARF modeAndreas Gerstmayr1-0/+3
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