summaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
Commit message (Expand)AuthorAgeFilesLines
* perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers2023-04-061-1/+1
* perf map: Add accessor for start and endIan Rogers2023-04-041-3/+3
* perf map: Add accessor for dsoIan Rogers2023-04-041-7/+9
* perf maps: Add functions to access mapsIan Rogers2023-04-041-1/+1
* perf script: Fix Python support when no libtraceeventAdrian Hunter2023-03-151-22/+53
* perf trace: Reduce #ifdefs for TEP_FIELD_IS_RELATIVEIan Rogers2023-01-191-3/+1
* perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVEIan Rogers2023-01-191-1/+1
* perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVEArnaldo Carvalho de Melo2022-12-141-0/+2
* perf build: Use libtraceevent from the systemIan Rogers2022-12-141-0/+1
* perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson2022-12-051-1/+1
* perf thread_map: Reduce exposure of libperf internal APIIan Rogers2022-11-161-1/+1
* perf scripting python: Add missing util/perf_regs.h include to get perf_reg_n...Arnaldo Carvalho de Melo2022-10-271-0/+1
* perf stat: Aggregate events using evsel->stats->aggrNamhyung Kim2022-10-271-6/+0
* perf tools: Support reading PERF_FORMAT_LOSTNamhyung Kim2022-08-191-5/+14
* perf scripting python: Delete repeated word in commentsshaomin Deng2022-08-121-1/+1
* perf script python: Add machine_pid and vcpuAdrian Hunter2022-07-201-1/+10
* perf auxtrace: Add machine_pid and vcpu to auxtrace_errorAdrian Hunter2022-07-201-1/+3
* 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-061-0/+2
|/
* 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-011-1/+3
* perf scripting: Add scripting_context__update()Adrian Hunter2021-06-011-3/+2
* 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-251-8/+18
* 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-251-0/+1
* 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-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