index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
python.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-23
perf python: Fix up the build on architectures without HAVE_KVM_STAT_SUPPORT
Arnaldo Carvalho de Melo
1
-0
/
+3
2024-09-02
perf python: include "util/sample.h"
Xu Yang
1
-0
/
+1
2024-06-26
perf python: Switch module to linking libraries from building source
Ian Rogers
1
-176
/
+98
2024-06-15
perf hist: Honor symbol_conf.skip_empty
Namhyung Kim
1
-0
/
+3
2024-03-21
perf tools: Add/use PMU reverse lookup from config to name
Ian Rogers
1
-0
/
+10
2024-02-08
perf tools: Make it possible to see perf's kernel and module memory mappings
Adrian Hunter
1
-0
/
+1
2023-10-17
perf pmu: Const-ify file APIs
Ian Rogers
1
-1
/
+1
2023-08-11
perf script python: Add stub for PMU symbol to the python binding
Ian Rogers
1
-0
/
+5
2023-06-23
perf tools: Add printing perf_event_attr config symbol in perf_event_attr__fp...
Yang Jihong
1
-0
/
+8
2023-06-12
perf evlist: Free stats in all evlist destruction
Ian Rogers
1
-0
/
+4
2023-05-27
perf pmus: Remove perf_pmus__has_hybrid
Ian Rogers
1
-2
/
+2
2023-05-27
perf pmu: Separate pmu and pmus
Ian Rogers
1
-1
/
+2
2023-05-27
perf evsel: Compute is_hybrid from PMU being core
Ian Rogers
1
-0
/
+5
2023-05-27
perf evlist: Remove __evlist__add_default
Ian Rogers
1
-0
/
+8
2023-03-15
perf record: Add BPF event filter support
Namhyung Kim
1
-0
/
+14
2023-03-13
perf evsel: Add function to compute group PMU name
Ian Rogers
1
-0
/
+5
2023-03-13
perf evsel: Allow const evsel for certain accesses
Ian Rogers
1
-1
/
+1
2023-02-03
perf stat: Remove evsel metric_name/expr
Ian Rogers
1
-7
/
+0
2023-01-22
perf pmu: Use perf_pmu__open_file() and perf_pmu__scan_file()
James Clark
1
-1
/
+7
2023-01-19
perf trace: Reduce #ifdefs for TEP_FIELD_IS_RELATIVE
Ian Rogers
1
-3
/
+1
2023-01-19
perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVE
Ian Rogers
1
-1
/
+1
2022-12-14
perf evlist: Remove group option.
Ian Rogers
1
-8
/
+0
2022-12-14
perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVE
Arnaldo Carvalho de Melo
1
-0
/
+2
2022-12-14
perf build: Use libtraceevent from the system
Ian Rogers
1
-0
/
+10
2022-11-16
perf thread_map: Reduce exposure of libperf internal API
Ian Rogers
1
-3
/
+3
2022-03-26
perf python: Add perf_env stubs that will be needed in evsel__open_strerror()
Arnaldo Carvalho de Melo
1
-1
/
+12
2022-01-22
perf python: Fix cpu_map__item() building
Ian Rogers
1
-3
/
+3
2022-01-18
Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
1
-2
/
+2
2022-01-16
Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-0
/
+2
2022-01-12
perf cpumap: Give CPUs their own type
Ian Rogers
1
-2
/
+2
2021-12-11
perf python: Fix NULL vs IS_ERR_OR_NULL() checking
Miaoqian Lin
1
-1
/
+1
2021-12-06
tools/perf: Add '__rel_loc' event field parsing support
Masami Hiramatsu
1
-0
/
+2
2021-11-06
perf evsel: Fix missing exclude_{host,guest} setting
Namhyung Kim
1
-0
/
+12
2021-07-09
libperf: Move 'idx' from tools/perf to perf_evsel::idx
Jiri Olsa
1
-1
/
+1
2021-04-29
perf stat: Introduce bpf_counter_ops->disable()
Song Liu
1
-0
/
+6
2021-01-20
perf stat: Enable counting events for BPF programs
Song Liu
1
-0
/
+21
2020-11-30
perf evlist: Use the right prefix for 'struct evlist' sample id lookup methods
Arnaldo Carvalho de Melo
1
-1
/
+1
2020-11-30
perf evlist: Use the right prefix for 'struct evlist' methods: evlist__set_le...
Arnaldo Carvalho de Melo
1
-1
/
+1
2020-09-28
perf tools: Copy metric events properly when expand cgroups
Namhyung Kim
1
-0
/
+19
2020-09-10
perf tests: Call test_attr__open() directly
Jiri Olsa
1
-1
/
+1
2020-05-05
perf evsel: Rename perf_evsel__parse_sample*() to evsel__parse_sample*()
Arnaldo Carvalho de Melo
1
-1
/
+1
2020-05-05
perf evsel: Rename perf_evsel__exit() to evsel__exit()
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-11-12
perf tool: Provide an option to print perf_event_open args and return value
Ravi Bangoria
1
-0
/
+1
2019-10-10
libperf: Adopt perf_mmap__read_event() from tools/perf
Jiri Olsa
1
-1
/
+1
2019-10-10
libperf: Adopt perf_mmap__read_init() from tools/perf
Jiri Olsa
1
-1
/
+1
2019-10-10
libperf: Adopt perf_mmap__consume() function from tools/perf
Jiri Olsa
1
-1
/
+2
2019-09-30
perf evsel: Fall back to global 'perf_env' in perf_evsel__env()
Arnaldo Carvalho de Melo
1
-0
/
+6
2019-09-25
libperf: Add perf_evlist__poll() function
Jiri Olsa
1
-1
/
+1
2019-09-25
libperf: Move 'page_size' global variable to libperf
Jiri Olsa
1
-1
/
+1
2019-09-25
libperf: Move 'pollfd' from 'struct evlist' to 'struct perf_evlist'
Jiri Olsa
1
-3
/
+3
[next]