summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/scripting-engines
AgeCommit message (Expand)AuthorLines
2026-02-03perf thread: Don't require machine to compute the e_machineIan Rogers-5/+3
2026-01-26perf perf_regs: Accurately compute register names for CSKYIan Rogers-7/+10
2026-01-26perf thread: Add optional e_flags output argument to thread__e_machineIan Rogers-1/+1
2026-01-20perf perf_regs: Switch from arch string to int e_machineIan Rogers-7/+14
2025-10-06perf build: Disable thread safety analysis for perl headerLeo Yan-1/+1
2025-07-25perf build-id: Change sprintf functions to snprintfIan Rogers-4/+3
2025-06-09perf script: perf script tests fails with segfaultAditya Bodkhe-1/+1
2025-02-12perf sample: Make user_regs and intr_regs optionalIan Rogers-9/+20
2024-12-18perf python: Remove python 2 scripting supportIan Rogers-60/+3
2024-12-09perf evsel: Add/use accessor for tp_formatIan Rogers-2/+4
2024-11-08perf build: Include libtraceevent headers directly indicated by pkg-configYicong Yang-2/+2
2024-11-08perf script cs_etm: Add map_pgoff to python dictionarySteve Clevenger-3/+6
2024-09-06perf script python: Avoid buffer overflow in python PEBS register interfaceAndi Kleen-8/+3
2024-08-09perf script python: Add the 'ins_lat' field to event handlerZixian Cai-1/+4
2024-06-26perf util: Make util its own libraryIan Rogers-2/+2
2024-05-07perf mem-info: Add reference count checkingIan Rogers-3/+8
2024-05-07perf mem-info: Move mem-info out of mem-events and symbolIan Rogers-0/+1
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers-13/+14
2024-03-21perf cpumap: Use perf_cpu_map__for_each_cpu when possibleIan Rogers-5/+7
2024-02-02tools: perf: Expose sample ID / stream ID to python scriptsBen Gainey-1/+7
2023-11-27perf script perl: Fail check on dynamic allocationzhaimingbing-0/+3
2023-11-27perf script python: Fail check on dynamic allocationParan Lee-2/+15
2023-08-03perf script python: Cope with declarations after statements found in Python.hArnaldo Carvalho de Melo-1/+2
2023-06-22perf script: Initialize buffer for regs_map()Namhyung Kim-2/+2
2023-06-20tools: Fix incorrect calculation of object size by sizeofLi Dong-2/+2
2023-06-12perf callchain: Use pthread keys for tls callchain_cursorIan Rogers-8/+13
2023-06-12perf python: Avoid 2 leak sanitizer issuesIan Rogers-1/+5
2023-06-12perf addr_location: Add init/exit/copy functionsIan Rogers-2/+8
2023-06-12perf thread: Add accessor functions for threadIan Rogers-7/+7
2023-05-28perf scripting-engines: Move static to local variable, remove 16384 from .bssIan Rogers-4/+5
2023-04-06perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers-1/+1
2023-04-04perf map: Add accessor for start and endIan Rogers-3/+3
2023-04-04perf map: Add accessor for dsoIan Rogers-11/+15
2023-04-04perf maps: Add functions to access mapsIan Rogers-1/+1
2023-03-15perf script: Fix Python support when no libtraceeventAdrian Hunter-23/+54
2023-01-19perf trace: Reduce #ifdefs for TEP_FIELD_IS_RELATIVEIan Rogers-6/+2
2023-01-19perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVEIan Rogers-2/+2
2022-12-21perf scripting python: Don't be strict at handling libtraceevent enumerationsArnaldo Carvalho de Melo-1/+1
2022-12-14perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVEArnaldo Carvalho de Melo-0/+4
2022-12-14perf build: Use libtraceevent from the systemIan Rogers-2/+6
2022-12-05perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson-2/+2
2022-11-16perf thread_map: Reduce exposure of libperf internal APIIan Rogers-1/+1
2022-10-27perf scripting python: Add missing util/perf_regs.h include to get perf_reg_n...Arnaldo Carvalho de Melo-0/+1
2022-10-27perf stat: Aggregate events using evsel->stats->aggrNamhyung Kim-6/+0
2022-09-29perf build: Fixup disabling of -Wdeprecated-declarations for the python scrip...Arnaldo Carvalho de Melo-1/+1
2022-08-19perf tools: Support reading PERF_FORMAT_LOSTNamhyung Kim-5/+14
2022-08-12perf scripting python: Delete repeated word in commentsshaomin Deng-1/+1
2022-08-02perf scripting python: Do not build fail on deprecation warningsArnaldo Carvalho de Melo-1/+1
2022-07-20perf scripting perl: Ignore some warnings to keep building with perl headersArnaldo Carvalho de Melo-1/+1
2022-07-20perf script python: Add machine_pid and vcpuAdrian Hunter-1/+10