aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/python.c
Commit message (Expand)AuthorAgeFilesLines
* perf python: Stop using deprecated PyUnicode_AsString()Arnaldo Carvalho de Melo2025-07-301-1/+11
* perf python: Set index error for invalid thread/cpu map itemsIan Rogers2025-07-111-2/+6
* perf python: Improve leader copying from evlistIan Rogers2025-07-111-0/+57
* perf python: Correct pyrf_evsel__read for tool PMUsIan Rogers2025-07-111-3/+44
* perf python: Fix thread check in pyrf_evsel__readIan Rogers2025-07-111-1/+1
* perf python: In str(evsel) use the evsel__pmu_name helperIan Rogers2025-07-111-4/+1
* perf stat: Move metric list from config to evlistIan Rogers2025-07-111-0/+4
* perf thread_map: Remove uid optionsIan Rogers2025-06-091-5/+5
* perf python: Add evlist close supportGautam Menghani2025-05-231-0/+16
* perf python: Add evsel read methodGautam Menghani2025-05-231-0/+37
* perf python: Add support for 'struct perf_counts_values' to return counter dataGautam Menghani2025-05-231-1/+91
* perf python: Add evsel cpus and threads functionsIan Rogers2025-05-211-0/+33
* perf python: Check if there is space to copy all the eventArnaldo Carvalho de Melo2025-03-181-0/+5
* perf python: Don't keep a raw_data pointer to consumed ring buffer spaceArnaldo Carvalho de Melo2025-03-181-3/+1
* perf python: Decrement the refcount of just created event on failureArnaldo Carvalho de Melo2025-03-181-1/+5
* perf python: Remove some unused macros (_PyUnicode_FromString(arg), etc)Arnaldo Carvalho de Melo2025-03-181-7/+0
* perf python: Fixup description of sample.id event memberArnaldo Carvalho de Melo2025-03-181-1/+1
* perf python: Add evlist.config to set up record optionsIan Rogers2025-03-121-0/+33
* perf python: Add evlist all_cpus accessorIan Rogers2025-03-121-0/+16
* perf python: Avoid duplicated code in get_tracepoint_fieldIan Rogers2025-03-121-13/+4
* perf python: Update ungrouped evsel leader in cloneIan Rogers2025-03-121-0/+2
* perf python: Add optional cpus and threads arguments to parse_eventsIan Rogers2025-03-121-2/+8
* perf python: Add member access to a number of evsel variablesIan Rogers2025-03-121-0/+23
* perf python: Add evlist enable and disable methodsIan Rogers2025-03-121-0/+26
* perf sample: Make user_regs and intr_regs optionalIan Rogers2025-02-131-0/+9
* perf python: Correctly throw IndexErrorIan Rogers2024-12-181-1/+3
* perf python: Add __str__ and __repr__ functions to evselIan Rogers2024-12-181-0/+13
* perf python: Add __str__ and __repr__ functions to evlistIan Rogers2024-12-181-0/+26
* perf python: Add parse_events functionIan Rogers2024-12-181-0/+61
* perf kwork: Make perf_kwork_add_work a callbackIan Rogers2024-12-181-12/+0
* perf bench: Remove reference to cmd_injectIan Rogers2024-12-181-6/+0
* perf lock: Move common lock contention code to new fileIan Rogers2024-12-181-17/+0
* perf env: Move arch errno function to only use in envIan Rogers2024-12-181-6/+0
* perf script: Move perf_sample__sprintf_flags to trace-event-scripting.cIan Rogers2024-12-181-6/+0
* perf script: Move script_fetch_insn to trace-event-scripting.cIan Rogers2024-12-181-6/+0
* perf script: Move script_spec code to trace-event-scripting.cIan Rogers2024-12-181-5/+0
* perf stat: Move stat_config into config.cIan Rogers2024-12-181-10/+0
* perf script: Move find_scripts to browser/scripts.cIan Rogers2024-12-181-6/+0
* perf kvm: Move functions used in util out of builtinIan Rogers2024-12-181-32/+0
* perf script: Move scripting_max_stack out of builtinIan Rogers2024-12-181-2/+0
* perf python: Remove unused #includeIan Rogers2024-12-181-1/+0
* perf python: Constify variables and parametersIan Rogers2024-12-181-26/+29
* perf python: Remove python 2 scripting supportIan Rogers2024-12-181-61/+12
* perf build: Include libtraceevent headers directly indicated by pkg-configYicong Yang2024-11-091-1/+1
* perf python: Fix up the build on architectures without HAVE_KVM_STAT_SUPPORTArnaldo Carvalho de Melo2024-10-231-0/+3
* perf python: include "util/sample.h"Xu Yang2024-09-021-0/+1
* perf python: Switch module to linking libraries from building sourceIan Rogers2024-06-261-176/+98
* perf hist: Honor symbol_conf.skip_emptyNamhyung Kim2024-06-161-0/+3
* perf tools: Add/use PMU reverse lookup from config to nameIan Rogers2024-03-211-0/+10
* perf tools: Make it possible to see perf's kernel and module memory mappingsAdrian Hunter2024-02-081-0/+1