summaryrefslogtreecommitdiff
path: root/tools/perf/util/python.c
AgeCommit message (Expand)Author
2026-08-09perf python: Fix memory leak in pyrf__metrics_cbIan Rogers
2026-08-09perf python: Fix count_values memory leak in pyrf_evsel__readIan Rogers
2026-08-09perf python: Add thread and PMU uninitialized checksIan Rogers
2026-08-09perf python: Zero initialize perf_data in pyrf_data__initIan Rogers
2026-08-09perf python: Validate attribute setters in pyrf_evselIan Rogers
2026-08-09perf python: Validate CPU and thread maps in pyrf_evsel__openIan Rogers
2026-08-09perf python: Check counts_values size in set_valuesIan Rogers
2026-08-09perf python: Fix memory leak in pyrf_evlist__get_pollfdIan Rogers
2026-06-30perf parse-events: Restrict core PMU bypass to --cputype optionIan Rogers
2026-06-30perf python: Add type checking for parse_events/parse_metricsIan Rogers
2026-06-30perf python: Handle Py_None for thread and cpu mapsIan Rogers
2026-06-30perf python: Add config file accessIan Rogers
2026-06-30perf python: Add syscall name/id to convert syscall number and nameIan Rogers
2026-06-30perf python: Expose brstack in sample eventIan Rogers
2026-06-30perf python: Extend API for stat events in python.cIan Rogers
2026-06-30perf python: Add callchain supportIan Rogers
2026-06-30perf python: Add mmap2 eventIan Rogers
2026-06-30perf python: Refactor and add accessors to sample eventIan Rogers
2026-06-30perf python: Add python session abstraction wrapping perf's sessionIan Rogers
2026-06-30perf python: Add wrapper for perf_data file abstractionIan Rogers
2026-06-30perf python: Use evsel in sample in pyrf_eventIan Rogers
2026-06-30perf evlist: Add reference count checkingIan Rogers
2026-06-30perf evsel: Add reference countIan Rogers
2026-06-30perf evlist: Add reference countIan Rogers
2026-06-30perf 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