summaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines
Commit message (Expand)AuthorAgeFilesLines
* perf scripting python: Expose dso and map informationLeo Yan2022-05-271-4/+17
* perf scripting python: Expose symbol offset and source informationEelco Chaudron2022-04-111-13/+36
* perf scripting python: Add all sample flags to DB exportAdrian Hunter2022-02-151-1/+2
* perf cpumap: Migrate to libperf cpumap apiIan Rogers2022-01-221-2/+2
* Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l...Linus Torvalds2022-01-181-7/+9
|\
| * perf cpumap: Give CPUs their own typeIan Rogers2022-01-121-3/+3
| * perf arch: Support register names from all archsGerman Gomez2021-12-161-4/+6
* | tools/perf: Add '__rel_loc' event field parsing supportMasami Hiramatsu2021-12-062-0/+4
|/
* perf script python: Allow reporting the [un]throttle PERF_RECORD_ meta eventStephen Brennan2021-09-031-0/+32
* perf script python: Fix buffer size to report iregs in perf scriptKajol Jain2021-07-071-5/+12
* perf scripting python: Assign perf_script_contextAdrian Hunter2021-06-011-0/+28
* perf scripting: Add perf_session to scripting_contextAdrian Hunter2021-06-012-2/+7
* perf scripting: Add scripting_context__update()Adrian Hunter2021-06-012-7/+4
* perf scripting python: Add auxtrace errorAdrian Hunter2021-05-251-0/+42
* perf scripting python: Add context switchAdrian Hunter2021-05-251-0/+45
* perf scripting python: Add cpumodeAdrian Hunter2021-05-251-0/+3
* perf scripting python: Add IPCAdrian Hunter2021-05-251-0/+8
* perf scripting python: Add sample flagsAdrian Hunter2021-05-251-0/+26
* perf scripting python: Add 'addr_location' for 'addr'Adrian Hunter2021-05-252-9/+20
* perf scripting python: Factor out set_sym_in_dict()Adrian Hunter2021-05-251-8/+17
* perf scripting python: Fix tuple_set_u64()Adrian Hunter2021-05-251-65/+81
* perf script: Find script file relative to exec pathAdrian Hunter2021-05-252-0/+2
* perf tools: Fix various typos in commentsIngo Molnar2021-03-231-1/+1
* perf scripting python: Avoid declaring function pointers with a visibility at...Arnaldo Carvalho de Melo2020-11-031-5/+2
* perf tools: Pass build_id object to build_id__sprintf()Jiri Olsa2020-10-141-1/+1
* perf tools: Use build_id object in dsoJiri Olsa2020-10-141-1/+1
* 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