summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/scripting-engines/trace-event-python.c
Commit message (Expand)AuthorAgeFilesLines
* perf mem-info: Add reference count checkingIan Rogers2024-05-071-3/+8
* perf mem-info: Move mem-info out of mem-events and symbolIan Rogers2024-05-071-0/+1
* perf dso: Add reference count checking and accessor functionsIan Rogers2024-05-061-10/+11
* perf cpumap: Use perf_cpu_map__for_each_cpu when possibleIan Rogers2024-03-211-5/+7
* tools: perf: Expose sample ID / stream ID to python scriptsBen Gainey2024-02-021-1/+7
* perf script python: Fail check on dynamic allocationParan Lee2023-11-271-2/+15
* perf script: Initialize buffer for regs_map()Namhyung Kim2023-06-221-2/+2
* tools: Fix incorrect calculation of object size by sizeofLi Dong2023-06-201-2/+2
* perf callchain: Use pthread keys for tls callchain_cursorIan Rogers2023-06-121-4/+6
* perf python: Avoid 2 leak sanitizer issuesIan Rogers2023-06-121-1/+5
* perf addr_location: Add init/exit/copy functionsIan Rogers2023-06-121-2/+8
* perf thread: Add accessor functions for threadIan Rogers2023-06-121-7/+7
* perf scripting-engines: Move static to local variable, remove 16384 from .bssIan Rogers2023-05-281-2/+3
* 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