index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
evsel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-14
perf expr: Add source_count for aggregating events
Ian Rogers
1
-0
/
+12
2021-11-07
perf evsel: Don't set exclude_guest by default
Ravi Bangoria
1
-5
/
+7
2021-11-06
perf evsel: Fix missing exclude_{host,guest} setting
Namhyung Kim
1
-5
/
+22
2021-10-28
perf evsel: Add bitfield_swap() to handle branch_stack endian issue
Madhavan Srinivasan
1
-2
/
+75
2021-10-20
perf parse-events: Add new "metric-id" term
Ian Rogers
1
-0
/
+17
2021-09-11
perf tools: Factor out copy_config_terms() and free_config_terms()
Adrian Hunter
1
-5
/
+15
2021-08-31
perf evsel: Handle precise_ip fallback in evsel__open_cpu()
Riccardo Mancini
1
-33
/
+26
2021-08-31
perf evsel: Move bpf_counter__install_pe() to success path in evsel__open_cpu()
Riccardo Mancini
1
-2
/
+2
2021-08-31
perf evsel: Move test_attr__open() to success path in evsel__open_cpu()
Riccardo Mancini
1
-5
/
+5
2021-08-31
perf evsel: Move ignore_missing_thread() to fallback code
Riccardo Mancini
1
-16
/
+13
2021-08-31
perf evsel: Separate rlimit increase from evsel__open_cpu()
Riccardo Mancini
1
-20
/
+30
2021-08-31
perf evsel: Separate missing feature detection from evsel__open_cpu()
Riccardo Mancini
1
-83
/
+91
2021-08-31
perf evsel: Add evsel__prepare_open()
Riccardo Mancini
1
-0
/
+14
2021-08-31
perf evsel: Separate missing feature disabling from evsel__open_cpu
Riccardo Mancini
1
-26
/
+31
2021-08-31
perf evsel: Save open flags in evsel in prepare_open()
Riccardo Mancini
1
-12
/
+12
2021-08-31
perf evsel: Separate open preparation from open itself
Riccardo Mancini
1
-11
/
+34
2021-08-31
perf evsel: Remove retry_sample_id goto label
Riccardo Mancini
1
-2
/
+1
2021-07-09
libperf: Move 'leader' from tools/perf to perf_evsel::leader
Jiri Olsa
1
-5
/
+24
2021-07-09
libperf: Move 'idx' from tools/perf to perf_evsel::idx
Jiri Olsa
1
-2
/
+1
2021-06-22
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
1
-0
/
+1
2021-06-10
perf evsel: Adjust hybrid event and global event mixed group
Jin Yao
1
-0
/
+25
2021-06-04
perf evsel: Add missing cloning of evsel->use_config_name
Namhyung Kim
1
-0
/
+1
2021-04-29
perf stat: Warn group events from different hybrid PMU
Jin Yao
1
-0
/
+6
2021-04-29
perf record: Create two hybrid 'cycles' events by default
Jin Yao
1
-3
/
+3
2021-04-29
perf stat: Introduce config stat.bpf-counter-events
Song Liu
1
-0
/
+22
2021-03-23
perf tools: Fix various typos in comments
Ingo Molnar
1
-2
/
+2
2021-03-06
perf stat: Fix wrong skipping for per-die aggregation
Jin Yao
1
-1
/
+17
2021-02-18
perf tools: Support arch specific PERF_SAMPLE_WEIGHT_STRUCT processing
Kan Liang
1
-9
/
+8
2021-02-08
perf report: Support instruction latency
Kan Liang
1
-1
/
+3
2021-02-08
perf tools: Support PERF_SAMPLE_WEIGHT_STRUCT
Kan Liang
1
-4
/
+24
2021-02-08
perf tools: Support the auxiliary event
Kan Liang
1
-0
/
+3
2021-01-20
perf record: Add support for PERF_SAMPLE_CODE_PAGE_SIZE
Kan Liang
1
-1
/
+17
2021-01-20
perf stat: Enable counting events for BPF programs
Song Liu
1
-0
/
+5
2020-12-28
perf record: Add --buildid-mmap option to enable PERF_RECORD_MMAP2's build id
Jiri Olsa
1
-4
/
+6
2020-12-17
perf evsel: Emit warning about kernel not supporting the data page size sampl...
Arnaldo Carvalho de Melo
1
-1
/
+8
2020-12-17
perf record: Support new sample type for data page size
Kan Liang
1
-0
/
+9
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 evsel: Convert last 'struct evsel' methods to the right evsel__ prefix
Arnaldo Carvalho de Melo
1
-25
/
+15
2020-09-28
perf evsel: Add evsel__clone() function
Namhyung Kim
1
-0
/
+104
2020-09-17
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
1
-3
/
+7
2020-09-15
perf record: Prevent override of attr->sample_period for libpfm4 events
Stephane Eranian
1
-2
/
+1
2020-09-15
perf record: Set PERF_RECORD_PERIOD if attr->freq is set.
David Sharp
1
-1
/
+6
2020-09-10
perf tests: Call test_attr__open() directly
Jiri Olsa
1
-0
/
+5
2020-08-06
perf evsel: Extend message to mention CAP_SYS_PTRACE and perf security doc link
Alexey Budankov
1
-2
/
+4
2020-08-06
perf tools: Improve aux_output not supported error
Adrian Hunter
1
-0
/
+4
2020-08-04
perf evsel: Don't set sample_regs_intr/sample_regs_user for dummy event
Jin Yao
1
-2
/
+4
2020-07-10
perf tools: Add support for PERF_RECORD_TEXT_POKE
Adrian Hunter
1
-1
/
+6
2020-07-06
perf intel-pt: Fix recording PEBS-via-PT with registers
Adrian Hunter
1
-2
/
+2
2020-07-03
perf record: Fix duplicated sideband events with Intel PT system wide tracing
Adrian Hunter
1
-7
/
+1
2020-05-29
perf tools: Add optional support for libpfm4
Stephane Eranian
1
-1
/
+1
[next]