aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/python.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-04perf python: Fix spelling mistake "metics" -> "metrics"Colin Ian King1-1/+1
2025-09-03perf python: Add metrics functionIan Rogers1-0/+86
2025-09-03perf python: Add evlist compute_metricIan Rogers1-0/+125
2025-09-03perf python: Add evlist metrics functionIan Rogers1-0/+33
2025-09-03perf python: Add parse_metrics functionIan Rogers1-0/+41
2025-09-03perf python: Add function returning dictionary of all events on a PMUIan Rogers1-0/+71
2025-09-03perf python: Add basic PMU abstraction and pmus sequenceIan Rogers1-0/+140
2025-09-03perf python: Improve the tracepoint function if no libtraceeventIan Rogers1-10/+2
2025-09-03perf python: Add more exceptions on error pathsIan Rogers1-3/+11
2025-07-30perf python: Stop using deprecated PyUnicode_AsString()Arnaldo Carvalho de Melo1-1/+11
2025-07-11perf python: Set index error for invalid thread/cpu map itemsIan Rogers1-2/+6
2025-07-11perf python: Improve leader copying from evlistIan Rogers1-0/+57
2025-07-11perf python: Correct pyrf_evsel__read for tool PMUsIan Rogers1-3/+44
2025-07-11perf python: Fix thread check in pyrf_evsel__readIan Rogers1-1/+1
2025-07-11perf python: In str(evsel) use the evsel__pmu_name helperIan Rogers1-4/+1
2025-07-11perf stat: Move metric list from config to evlistIan Rogers1-0/+4
2025-06-09perf thread_map: Remove uid optionsIan Rogers1-5/+5
2025-05-22perf python: Add evlist close supportGautam Menghani1-0/+16
2025-05-22perf python: Add evsel read methodGautam Menghani1-0/+37
2025-05-22perf python: Add support for 'struct perf_counts_values' to return counter dataGautam Menghani1-1/+91
2025-05-21perf python: Add evsel cpus and threads functionsIan Rogers1-0/+33
2025-03-18perf python: Check if there is space to copy all the eventArnaldo Carvalho de Melo1-0/+5
2025-03-18perf python: Don't keep a raw_data pointer to consumed ring buffer spaceArnaldo Carvalho de Melo1-3/+1
2025-03-18perf python: Decrement the refcount of just created event on failureArnaldo Carvalho de Melo1-1/+5
2025-03-18perf python: Remove some unused macros (_PyUnicode_FromString(arg), etc)Arnaldo Carvalho de Melo1-7/+0
2025-03-18perf python: Fixup description of sample.id event memberArnaldo Carvalho de Melo1-1/+1
2025-03-11perf python: Add evlist.config to set up record optionsIan Rogers1-0/+33
2025-03-11perf python: Add evlist all_cpus accessorIan Rogers1-0/+16
2025-03-11perf python: Avoid duplicated code in get_tracepoint_fieldIan Rogers1-13/+4
2025-03-11perf python: Update ungrouped evsel leader in cloneIan Rogers1-0/+2
2025-03-11perf python: Add optional cpus and threads arguments to parse_eventsIan Rogers1-2/+8
2025-03-11perf python: Add member access to a number of evsel variablesIan Rogers1-0/+23
2025-03-11perf python: Add evlist enable and disable methodsIan Rogers1-0/+26
2025-02-12perf sample: Make user_regs and intr_regs optionalIan Rogers1-0/+9
2024-12-18perf python: Correctly throw IndexErrorIan Rogers1-1/+3
2024-12-18perf python: Add __str__ and __repr__ functions to evselIan Rogers1-0/+13
2024-12-18perf python: Add __str__ and __repr__ functions to evlistIan Rogers1-0/+26
2024-12-18perf python: Add parse_events functionIan Rogers1-0/+61
2024-12-18perf kwork: Make perf_kwork_add_work a callbackIan Rogers1-12/+0
2024-12-18perf bench: Remove reference to cmd_injectIan Rogers1-6/+0
2024-12-18perf lock: Move common lock contention code to new fileIan Rogers1-17/+0
2024-12-18perf env: Move arch errno function to only use in envIan Rogers1-6/+0
2024-12-18perf script: Move perf_sample__sprintf_flags to trace-event-scripting.cIan Rogers1-6/+0
2024-12-18perf script: Move script_fetch_insn to trace-event-scripting.cIan Rogers1-6/+0
2024-12-18perf script: Move script_spec code to trace-event-scripting.cIan Rogers1-5/+0
2024-12-18perf stat: Move stat_config into config.cIan Rogers1-10/+0
2024-12-18perf script: Move find_scripts to browser/scripts.cIan Rogers1-6/+0
2024-12-18perf kvm: Move functions used in util out of builtinIan Rogers1-32/+0
2024-12-18perf script: Move scripting_max_stack out of builtinIan Rogers1-2/+0
2024-12-18perf python: Remove unused #includeIan Rogers1-1/+0