summaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-08perf mem-info: Add reference count checkingIan Rogers1-3/+8
2024-05-08perf mem-info: Move mem-info out of mem-events and symbolIan Rogers1-0/+1
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers1-10/+11
2024-03-21perf cpumap: Use perf_cpu_map__for_each_cpu when possibleIan Rogers1-5/+7
2024-02-03tools: perf: Expose sample ID / stream ID to python scriptsBen Gainey1-1/+7
2023-11-27perf script python: Fail check on dynamic allocationParan Lee1-2/+15
2023-06-23perf script: Initialize buffer for regs_map()Namhyung Kim1-2/+2
2023-06-21tools: Fix incorrect calculation of object size by sizeofLi Dong1-2/+2
2023-06-12perf callchain: Use pthread keys for tls callchain_cursorIan Rogers1-4/+6
2023-06-12perf python: Avoid 2 leak sanitizer issuesIan Rogers1-1/+5
2023-06-12perf addr_location: Add init/exit/copy functionsIan Rogers1-2/+8
2023-06-12perf thread: Add accessor functions for threadIan Rogers1-7/+7
2023-05-28perf scripting-engines: Move static to local variable, remove 16384 from .bssIan Rogers1-2/+3
2023-04-07perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers1-1/+1
2023-04-04perf map: Add accessor for start and endIan Rogers1-3/+3
2023-04-04perf map: Add accessor for dsoIan Rogers1-7/+9
2023-04-04perf maps: Add functions to access mapsIan Rogers1-1/+1
2023-03-15perf script: Fix Python support when no libtraceeventAdrian Hunter1-22/+53
2023-01-19perf trace: Reduce #ifdefs for TEP_FIELD_IS_RELATIVEIan Rogers1-3/+1
2023-01-19perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVEIan Rogers1-1/+1
2022-12-14perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVEArnaldo Carvalho de Melo1-0/+2
2022-12-14perf build: Use libtraceevent from the systemIan Rogers1-0/+1
2022-12-05perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson1-1/+1
2022-11-16perf thread_map: Reduce exposure of libperf internal APIIan Rogers1-1/+1
2022-10-27perf scripting python: Add missing util/perf_regs.h include to get perf_reg_n...Arnaldo Carvalho de Melo1-0/+1
2022-10-27perf stat: Aggregate events using evsel->stats->aggrNamhyung Kim1-6/+0
2022-08-19perf tools: Support reading PERF_FORMAT_LOSTNamhyung Kim1-5/+14
2022-08-12perf scripting python: Delete repeated word in commentsshaomin Deng1-1/+1
2022-07-20perf script python: Add machine_pid and vcpuAdrian Hunter1-1/+10
2022-07-20perf auxtrace: Add machine_pid and vcpu to auxtrace_errorAdrian Hunter1-1/+3
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 Hiramatsu1-0/+2
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 Hunter1-1/+3
2021-06-01perf scripting: Add scripting_context__update()Adrian Hunter1-3/+2
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 Hunter1-8/+18
2021-05-25perf scripting python: Factor out set_sym_in_dict()Adrian Hunter1-8/+17