summaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines
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 Rogers2-13/+14
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 perl: Fail check on dynamic allocationzhaimingbing1-0/+3
2023-11-27perf script python: Fail check on dynamic allocationParan Lee1-2/+15
2023-08-03perf script python: Cope with declarations after statements found in Python.hArnaldo Carvalho de Melo1-1/+2
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 Rogers2-8/+13
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 Rogers2-4/+5
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 Rogers2-11/+15
2023-04-04perf maps: Add functions to access mapsIan Rogers1-1/+1
2023-03-15perf script: Fix Python support when no libtraceeventAdrian Hunter2-23/+54
2023-01-19perf trace: Reduce #ifdefs for TEP_FIELD_IS_RELATIVEIan Rogers2-6/+2
2023-01-19perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVEIan Rogers2-2/+2
2022-12-21perf scripting python: Don't be strict at handling libtraceevent enumerationsArnaldo Carvalho de Melo1-1/+1
2022-12-14perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVEArnaldo Carvalho de Melo2-0/+4
2022-12-14perf build: Use libtraceevent from the systemIan Rogers3-2/+6
2022-12-05perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson2-2/+2
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-09-29perf build: Fixup disabling of -Wdeprecated-declarations for the python scrip...Arnaldo Carvalho de Melo1-1/+1
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-08-02perf scripting python: Do not build fail on deprecation warningsArnaldo Carvalho de Melo1-1/+1
2022-07-20perf scripting perl: Ignore some warnings to keep building with perl headersArnaldo Carvalho de Melo1-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 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