summaryrefslogtreecommitdiff
path: root/tools/perf/util/python.c
AgeCommit message (Expand)Author
7 daysperf parse-events: Restrict core PMU bypass to --cputype optionIan Rogers
7 daysperf python: Add type checking for parse_events/parse_metricsIan Rogers
7 daysperf python: Handle Py_None for thread and cpu mapsIan Rogers
7 daysperf python: Add config file accessIan Rogers
7 daysperf python: Add syscall name/id to convert syscall number and nameIan Rogers
7 daysperf python: Expose brstack in sample eventIan Rogers
7 daysperf python: Extend API for stat events in python.cIan Rogers
7 daysperf python: Add callchain supportIan Rogers
7 daysperf python: Add mmap2 eventIan Rogers
7 daysperf python: Refactor and add accessors to sample eventIan Rogers
7 daysperf python: Add python session abstraction wrapping perf's sessionIan Rogers
7 daysperf python: Add wrapper for perf_data file abstractionIan Rogers
7 daysperf python: Use evsel in sample in pyrf_eventIan Rogers
7 daysperf evlist: Add reference count checkingIan Rogers
7 daysperf evsel: Add reference countIan Rogers
7 daysperf evlist: Add reference countIan Rogers
7 daysperf python: Add missed explicit dependenciesIan Rogers
2025-12-02perf python: Correct copying of metric_leader in an evselIan Rogers
2025-10-19perf python: Add PMU argument to parse_metricsIan Rogers
2025-09-04perf python: Fix spelling mistake "metics" -> "metrics"Colin Ian King
2025-09-03perf python: Add metrics functionIan Rogers
2025-09-03perf python: Add evlist compute_metricIan Rogers
2025-09-03perf python: Add evlist metrics functionIan Rogers
2025-09-03perf python: Add parse_metrics functionIan Rogers
2025-09-03perf python: Add function returning dictionary of all events on a PMUIan Rogers
2025-09-03perf python: Add basic PMU abstraction and pmus sequenceIan Rogers
2025-09-03perf python: Improve the tracepoint function if no libtraceeventIan Rogers
2025-09-03perf python: Add more exceptions on error pathsIan Rogers
2025-07-30perf python: Stop using deprecated PyUnicode_AsString()Arnaldo Carvalho de Melo
2025-07-11perf python: Set index error for invalid thread/cpu map itemsIan Rogers
2025-07-11perf python: Improve leader copying from evlistIan Rogers
2025-07-11perf python: Correct pyrf_evsel__read for tool PMUsIan Rogers
2025-07-11perf python: Fix thread check in pyrf_evsel__readIan Rogers
2025-07-11perf python: In str(evsel) use the evsel__pmu_name helperIan Rogers
2025-07-11perf stat: Move metric list from config to evlistIan Rogers
2025-06-09perf thread_map: Remove uid optionsIan Rogers
2025-05-22perf python: Add evlist close supportGautam Menghani
2025-05-22perf python: Add evsel read methodGautam Menghani
2025-05-22perf python: Add support for 'struct perf_counts_values' to return counter dataGautam Menghani
2025-05-21perf python: Add evsel cpus and threads functionsIan Rogers
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