summaryrefslogtreecommitdiff
path: root/tools/perf/util/python.c
AgeCommit message (Expand)Author
2025-03-18perf python: Check if there is space to copy all the eventArnaldo Carvalho de Melo
2025-03-18perf python: Don't keep a raw_data pointer to consumed ring buffer spaceArnaldo Carvalho de Melo
2025-03-18perf python: Decrement the refcount of just created event on failureArnaldo Carvalho de Melo
2025-03-18perf python: Remove some unused macros (_PyUnicode_FromString(arg), etc)Arnaldo Carvalho de Melo
2025-03-18perf python: Fixup description of sample.id event memberArnaldo Carvalho de Melo
2025-03-11perf python: Add evlist.config to set up record optionsIan Rogers
2025-03-11perf python: Add evlist all_cpus accessorIan Rogers
2025-03-11perf python: Avoid duplicated code in get_tracepoint_fieldIan Rogers
2025-03-11perf python: Update ungrouped evsel leader in cloneIan Rogers
2025-03-11perf python: Add optional cpus and threads arguments to parse_eventsIan Rogers
2025-03-11perf python: Add member access to a number of evsel variablesIan Rogers
2025-03-11perf python: Add evlist enable and disable methodsIan Rogers
2025-02-12perf sample: Make user_regs and intr_regs optionalIan Rogers
2024-12-18perf python: Correctly throw IndexErrorIan Rogers
2024-12-18perf python: Add __str__ and __repr__ functions to evselIan Rogers
2024-12-18perf python: Add __str__ and __repr__ functions to evlistIan Rogers
2024-12-18perf python: Add parse_events functionIan Rogers
2024-12-18perf kwork: Make perf_kwork_add_work a callbackIan Rogers
2024-12-18perf bench: Remove reference to cmd_injectIan Rogers
2024-12-18perf lock: Move common lock contention code to new fileIan Rogers
2024-12-18perf env: Move arch errno function to only use in envIan Rogers
2024-12-18perf script: Move perf_sample__sprintf_flags to trace-event-scripting.cIan Rogers
2024-12-18perf script: Move script_fetch_insn to trace-event-scripting.cIan Rogers
2024-12-18perf script: Move script_spec code to trace-event-scripting.cIan Rogers
2024-12-18perf stat: Move stat_config into config.cIan Rogers
2024-12-18perf script: Move find_scripts to browser/scripts.cIan Rogers
2024-12-18perf kvm: Move functions used in util out of builtinIan Rogers
2024-12-18perf script: Move scripting_max_stack out of builtinIan Rogers
2024-12-18perf python: Remove unused #includeIan Rogers
2024-12-18perf python: Constify variables and parametersIan Rogers
2024-12-18perf python: Remove python 2 scripting supportIan Rogers
2024-11-08perf build: Include libtraceevent headers directly indicated by pkg-configYicong Yang
2024-10-23perf python: Fix up the build on architectures without HAVE_KVM_STAT_SUPPORTArnaldo Carvalho de Melo
2024-09-02perf python: include "util/sample.h"Xu Yang
2024-06-26perf python: Switch module to linking libraries from building sourceIan Rogers
2024-06-15perf hist: Honor symbol_conf.skip_emptyNamhyung Kim
2024-03-21perf tools: Add/use PMU reverse lookup from config to nameIan Rogers
2024-02-08perf tools: Make it possible to see perf's kernel and module memory mappingsAdrian Hunter
2023-10-17perf pmu: Const-ify file APIsIan Rogers
2023-08-11perf script python: Add stub for PMU symbol to the python bindingIan Rogers
2023-06-23perf tools: Add printing perf_event_attr config symbol in perf_event_attr__fp...Yang Jihong
2023-06-12perf evlist: Free stats in all evlist destructionIan Rogers
2023-05-27perf pmus: Remove perf_pmus__has_hybridIan Rogers
2023-05-27perf pmu: Separate pmu and pmusIan Rogers
2023-05-27perf evsel: Compute is_hybrid from PMU being coreIan Rogers
2023-05-27perf evlist: Remove __evlist__add_defaultIan Rogers
2023-03-15perf record: Add BPF event filter supportNamhyung Kim
2023-03-13perf evsel: Add function to compute group PMU nameIan Rogers
2023-03-13perf evsel: Allow const evsel for certain accessesIan Rogers
2023-02-03perf stat: Remove evsel metric_name/exprIan Rogers