index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
python.c
Age
Commit message (
Expand
)
Author
7 days
perf parse-events: Restrict core PMU bypass to --cputype option
Ian Rogers
7 days
perf python: Add type checking for parse_events/parse_metrics
Ian Rogers
7 days
perf python: Handle Py_None for thread and cpu maps
Ian Rogers
7 days
perf python: Add config file access
Ian Rogers
7 days
perf python: Add syscall name/id to convert syscall number and name
Ian Rogers
7 days
perf python: Expose brstack in sample event
Ian Rogers
7 days
perf python: Extend API for stat events in python.c
Ian Rogers
7 days
perf python: Add callchain support
Ian Rogers
7 days
perf python: Add mmap2 event
Ian Rogers
7 days
perf python: Refactor and add accessors to sample event
Ian Rogers
7 days
perf python: Add python session abstraction wrapping perf's session
Ian Rogers
7 days
perf python: Add wrapper for perf_data file abstraction
Ian Rogers
7 days
perf python: Use evsel in sample in pyrf_event
Ian Rogers
7 days
perf evlist: Add reference count checking
Ian Rogers
7 days
perf evsel: Add reference count
Ian Rogers
7 days
perf evlist: Add reference count
Ian Rogers
7 days
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
2025-03-18
perf python: Decrement the refcount of just created event on failure
Arnaldo Carvalho de Melo
2025-03-18
perf python: Remove some unused macros (_PyUnicode_FromString(arg), etc)
Arnaldo Carvalho de Melo
2025-03-18
perf python: Fixup description of sample.id event member
Arnaldo Carvalho de Melo
2025-03-11
perf python: Add evlist.config to set up record options
Ian Rogers
2025-03-11
perf python: Add evlist all_cpus accessor
Ian Rogers
2025-03-11
perf python: Avoid duplicated code in get_tracepoint_field
Ian Rogers
2025-03-11
perf python: Update ungrouped evsel leader in clone
Ian Rogers
2025-03-11
perf python: Add optional cpus and threads arguments to parse_events
Ian Rogers
[next]