index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
python.c
Age
Commit message (
Expand
)
Author
2026-08-09
perf python: Fix memory leak in pyrf__metrics_cb
Ian Rogers
2026-08-09
perf python: Fix count_values memory leak in pyrf_evsel__read
Ian Rogers
2026-08-09
perf python: Add thread and PMU uninitialized checks
Ian Rogers
2026-08-09
perf python: Zero initialize perf_data in pyrf_data__init
Ian Rogers
2026-08-09
perf python: Validate attribute setters in pyrf_evsel
Ian Rogers
2026-08-09
perf python: Validate CPU and thread maps in pyrf_evsel__open
Ian Rogers
2026-08-09
perf python: Check counts_values size in set_values
Ian Rogers
2026-08-09
perf python: Fix memory leak in pyrf_evlist__get_pollfd
Ian Rogers
2026-06-30
perf parse-events: Restrict core PMU bypass to --cputype option
Ian Rogers
2026-06-30
perf python: Add type checking for parse_events/parse_metrics
Ian Rogers
2026-06-30
perf python: Handle Py_None for thread and cpu maps
Ian Rogers
2026-06-30
perf python: Add config file access
Ian Rogers
2026-06-30
perf python: Add syscall name/id to convert syscall number and name
Ian Rogers
2026-06-30
perf python: Expose brstack in sample event
Ian Rogers
2026-06-30
perf python: Extend API for stat events in python.c
Ian Rogers
2026-06-30
perf python: Add callchain support
Ian Rogers
2026-06-30
perf python: Add mmap2 event
Ian Rogers
2026-06-30
perf python: Refactor and add accessors to sample event
Ian Rogers
2026-06-30
perf python: Add python session abstraction wrapping perf's session
Ian Rogers
2026-06-30
perf python: Add wrapper for perf_data file abstraction
Ian Rogers
2026-06-30
perf python: Use evsel in sample in pyrf_event
Ian Rogers
2026-06-30
perf evlist: Add reference count checking
Ian Rogers
2026-06-30
perf evsel: Add reference count
Ian Rogers
2026-06-30
perf evlist: Add reference count
Ian Rogers
2026-06-30
perf python: Add missed explicit dependencies
Ian Rogers
2025-12-02
perf python: Correct copying of metric_leader in an evsel
Ian Rogers
2025-10-19
perf python: Add PMU argument to parse_metrics
Ian Rogers
2025-09-04
perf python: Fix spelling mistake "metics" -> "metrics"
Colin Ian King
2025-09-03
perf python: Add metrics function
Ian Rogers
2025-09-03
perf python: Add evlist compute_metric
Ian Rogers
2025-09-03
perf python: Add evlist metrics function
Ian Rogers
2025-09-03
perf python: Add parse_metrics function
Ian Rogers
2025-09-03
perf python: Add function returning dictionary of all events on a PMU
Ian Rogers
2025-09-03
perf python: Add basic PMU abstraction and pmus sequence
Ian Rogers
2025-09-03
perf python: Improve the tracepoint function if no libtraceevent
Ian Rogers
2025-09-03
perf python: Add more exceptions on error paths
Ian Rogers
2025-07-30
perf python: Stop using deprecated PyUnicode_AsString()
Arnaldo Carvalho de Melo
2025-07-11
perf python: Set index error for invalid thread/cpu map items
Ian Rogers
2025-07-11
perf python: Improve leader copying from evlist
Ian Rogers
2025-07-11
perf python: Correct pyrf_evsel__read for tool PMUs
Ian Rogers
2025-07-11
perf python: Fix thread check in pyrf_evsel__read
Ian Rogers
2025-07-11
perf python: In str(evsel) use the evsel__pmu_name helper
Ian Rogers
2025-07-11
perf stat: Move metric list from config to evlist
Ian Rogers
2025-06-09
perf thread_map: Remove uid options
Ian Rogers
2025-05-22
perf python: Add evlist close support
Gautam Menghani
2025-05-22
perf python: Add evsel read method
Gautam Menghani
2025-05-22
perf python: Add support for 'struct perf_counts_values' to return counter data
Gautam Menghani
2025-05-21
perf python: Add evsel cpus and threads functions
Ian Rogers
2025-03-18
perf python: Check if there is space to copy all the event
Arnaldo Carvalho de Melo
2025-03-18
perf python: Don't keep a raw_data pointer to consumed ring buffer space
Arnaldo Carvalho de Melo
[next]