index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
evsel.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf evsel: Fix the annotation for hardware events on hybrid
Kan Liang
2023-06-16
1
-3
/
+14
*
Merge tag 'perf-tools-fixes-for-v6.4-2-2023-05-30' into perf-tools-next
Arnaldo Carvalho de Melo
2023-05-31
1
-4
/
+2
|
\
|
*
perf evsel: Separate bpf_counter_list and bpf_filters, can be used at the sam...
Song Liu
2023-05-26
1
-4
/
+2
*
|
perf evsel: Don't let for_each_group() treat the head of the list as one of i...
Ian Rogers
2023-05-28
1
-8
/
+16
*
|
perf evsel: Don't let evsel__group_pmu_name() traverse unsorted group
Ian Rogers
2023-05-28
1
-1
/
+1
*
|
perf evlist: Remove __evlist__add_default
Ian Rogers
2023-05-27
1
-3
/
+0
|
/
*
perf stat: Introduce skippable evsels
Ian Rogers
2023-05-10
1
-0
/
+1
*
perf stat: Separate bperf from bpf_profiler
Dmitrii Dolgov
2023-05-05
1
-0
/
+5
*
perf tools: Add util function for overriding user set config values
James Clark
2023-04-24
1
-0
/
+3
*
perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...
Arnaldo Carvalho de Melo
2023-04-24
1
-0
/
+1
*
perf bpf filter: Implement event sample filtering
Namhyung Kim
2023-03-15
1
-2
/
+5
*
perf evsel: Remove use_uncore_alias
Ian Rogers
2023-03-13
1
-1
/
+0
*
perf evsel: Add function to compute group PMU name
Ian Rogers
2023-03-13
1
-0
/
+1
*
perf evsel: Allow const evsel for certain accesses
Ian Rogers
2023-03-13
1
-3
/
+3
*
perf stat: Use counts rather than saved_value
Ian Rogers
2023-02-19
1
-1
/
+1
*
perf stat: Remove evsel metric_name/expr
Ian Rogers
2023-02-03
1
-2
/
+0
*
perf build: Use libtraceevent from the system
Ian Rogers
2022-12-14
1
-1
/
+11
*
perf cpumap: Tidy libperf includes
Ian Rogers
2022-11-16
1
-2
/
+0
*
perf pmu: Remove mostly unused 'struct perf_pmu' 'is_hybrid' member
Ian Rogers
2022-11-15
1
-1
/
+1
*
perf record: Set PERF_FORMAT_LOST by default
Namhyung Kim
2022-10-04
1
-0
/
+1
*
perf evsel: Add arch_evsel__hw_name()
Kan Liang
2022-07-29
1
-0
/
+1
*
perf tools: Factor out evsel__id_hdr_size()
Adrian Hunter
2022-07-20
1
-0
/
+2
*
perf record ibs: Warn about sampling period skew
Ravi Bangoria
2022-06-24
1
-0
/
+1
*
perf stat: Always keep perf metrics topdown events in a group
Kan Liang
2022-05-20
1
-1
/
+1
*
perf evlist: Keep topdown counters in weak group
Ian Rogers
2022-05-17
1
-0
/
+3
*
perf auxtrace: Record whether an auxtrace mmap is needed
Adrian Hunter
2022-05-10
1
-0
/
+1
*
perf evsel: Add tool event helpers
Ian Rogers
2022-05-09
1
-0
/
+11
*
perf evsel: Constify a few arrays
Ian Rogers
2022-05-09
1
-6
/
+5
*
perf list: Print all available tool events
Florian Fischer
2022-04-20
1
-0
/
+1
*
perf stat: Add user_time and system_time events
Florian Fischer
2022-04-20
1
-0
/
+4
*
perf cpumap: Migrate to libperf cpumap api
Ian Rogers
2022-01-22
1
-1
/
+2
*
perf evsel: Rename variable cpu to index
Ian Rogers
2022-01-12
1
-3
/
+3
*
perf evsel: Reduce scope of evsel__ignore_missing_thread
Ian Rogers
2022-01-12
1
-4
/
+0
*
perf stat: Correct variable name for read counter
Ian Rogers
2022-01-12
1
-8
/
+8
*
perf evlist: Refactor evlist__for_each_cpu()
Ian Rogers
2022-01-12
1
-1
/
+0
*
libperf: Adopt perf_counts_values__scale() from tools/perf/util
Shunsuke Nakamura
2021-12-08
1
-3
/
+0
*
perf expr: Add source_count for aggregating events
Ian Rogers
2021-11-13
1
-0
/
+1
*
perf evsel: Don't set exclude_guest by default
Ravi Bangoria
2021-11-07
1
-0
/
+1
*
perf evsel: Fix missing exclude_{host,guest} setting
Namhyung Kim
2021-11-06
1
-0
/
+4
*
perf evsel: Add bitfield_swap() to handle branch_stack endian issue
Madhavan Srinivasan
2021-10-28
1
-0
/
+13
*
perf parse-events: Add new "metric-id" term
Ian Rogers
2021-10-20
1
-0
/
+2
*
perf tools: Factor out copy_config_terms() and free_config_terms()
Adrian Hunter
2021-09-11
1
-0
/
+3
*
perf evsel: Handle precise_ip fallback in evsel__open_cpu()
Riccardo Mancini
2021-08-31
1
-0
/
+2
*
perf evsel: Move ignore_missing_thread() to fallback code
Riccardo Mancini
2021-08-31
1
-0
/
+5
*
perf evsel: Separate rlimit increase from evsel__open_cpu()
Riccardo Mancini
2021-08-31
1
-0
/
+3
*
perf evsel: Separate missing feature detection from evsel__open_cpu()
Riccardo Mancini
2021-08-31
1
-0
/
+1
*
perf evsel: Add evsel__prepare_open()
Riccardo Mancini
2021-08-31
1
-0
/
+2
*
perf evsel: Save open flags in evsel in prepare_open()
Riccardo Mancini
2021-08-31
1
-0
/
+1
*
libperf: Move 'leader' from tools/perf to perf_evsel::leader
Jiri Olsa
2021-07-09
1
-5
/
+8
*
libperf: Move 'idx' from tools/perf to perf_evsel::idx
Jiri Olsa
2021-07-09
1
-2
/
+1
[next]