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