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 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
*
perf evsel: Add missing cloning of evsel->use_config_name
Namhyung Kim
2021-06-04
1
-2
/
+2
*
perf stat: Warn group events from different hybrid PMU
Jin Yao
2021-04-29
1
-0
/
+1
*
perf record: Create two hybrid 'cycles' events by default
Jin Yao
2021-04-29
1
-1
/
+1
*
perf stat: Uniquify hybrid event name
Jin Yao
2021-04-29
1
-0
/
+1
*
perf stat: Introduce ':b' modifier
Song Liu
2021-04-29
1
-0
/
+1
*
perf stat: Introduce config stat.bpf-counter-events
Song Liu
2021-04-29
1
-0
/
+8
*
perf evsel: Remove duplicate 'struct target' forward declaration
Wan Jiabing
2021-04-02
1
-1
/
+0
*
perf stat: Introduce 'bperf' to share hardware PMCs with BPF
Song Liu
2021-03-23
1
-1
/
+19
*
perf stat: Fix wrong skipping for per-die aggregation
Jin Yao
2021-03-06
1
-1
/
+3
*
perf tools: Support PERF_SAMPLE_WEIGHT_STRUCT
Kan Liang
2021-02-08
1
-0
/
+3
*
perf record: Add support for PERF_SAMPLE_CODE_PAGE_SIZE
Kan Liang
2021-01-20
1
-0
/
+1
*
perf stat: Enable counting events for BPF programs
Song Liu
2021-01-20
1
-0
/
+5
*
perf evsel: Emit warning about kernel not supporting the data page size sampl...
Arnaldo Carvalho de Melo
2020-12-17
1
-0
/
+1
*
perf evsel: Add evsel__clone() function
Namhyung Kim
2020-09-28
1
-39
/
+54
*
perf record: Fix duplicated sideband events with Intel PT system wide tracing
Adrian Hunter
2020-07-03
1
-0
/
+6
*
perf tools: Add optional support for libpfm4
Stephane Eranian
2020-05-29
1
-0
/
+1
*
perf evsel: Rename perf_evsel__[hs]w_cache* to evsel__[hs]w_cache*
Arnaldo Carvalho de Melo
2020-05-28
1
-10
/
+7
*
perf evsel: Rename perf_evsel__new*() to evsel__new*()
Arnaldo Carvalho de Melo
2020-05-28
1
-6
/
+6
*
perf evsel: Rename perf_evsel__object_config() to evsel__object_config()
Arnaldo Carvalho de Melo
2020-05-28
1
-3
/
+3
*
perf evsel: Rename perf_evsel__store_ids() to evsel__store_id()
Arnaldo Carvalho de Melo
2020-05-05
1
-1
/
+1
*
perf evsel: Rename perf_evsel__env() to evsel__env()
Arnaldo Carvalho de Melo
2020-05-05
1
-1
/
+1
*
perf evsel: Rename perf_evsel__group_idx() to evsel__group_idx()
Arnaldo Carvalho de Melo
2020-05-05
1
-3
/
+3
*
perf evsel: Rename perf_evsel__fallback() to evsel__fallback()
Arnaldo Carvalho de Melo
2020-05-05
1
-2
/
+1
*
perf evsel: Rename perf_evsel__has*() to evsel__has*()
Arnaldo Carvalho de Melo
2020-05-05
1
-2
/
+2
*
perf evsel: Rename perf_evsel__{prev,next}() to evsel__{prev,next}()
Arnaldo Carvalho de Melo
2020-05-05
1
-2
/
+2
*
perf evsel: Rename perf_evsel__parse_sample*() to evsel__parse_sample*()
Arnaldo Carvalho de Melo
2020-05-05
1
-5
/
+4
*
perf evsel: Rename *perf_evsel__read*() to *evsel__read()
Arnaldo Carvalho de Melo
2020-05-05
1
-11
/
+8
*
perf evsel: Ditch perf_evsel__cmp(), not used for quite a while
Arnaldo Carvalho de Melo
2020-05-05
1
-6
/
+0
*
perf evsel: Rename perf_evsel__is_*() to evsel__is*()
Arnaldo Carvalho de Melo
2020-05-05
1
-15
/
+14
*
perf evsel: Rename perf_evsel__{str,int}val() and other tracepoint field mete...
Arnaldo Carvalho de Melo
2020-05-05
1
-10
/
+6
[next]