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.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
2024-09-11
perf evsel: Add accessor for tool_event
Ian Rogers
1
-12
/
+12
2024-08-19
perf evsel: Constify evsel__id_hdr_size() argument
Ian Rogers
1
-1
/
+1
2024-08-14
perf evlist: Save branch counters information
Kan Liang
1
-6
/
+7
2024-08-14
perf report: Remove the first overflow check for branch counters
Kan Liang
1
-2
/
+0
2024-08-13
perf stat: Fork and launch 'perf record' when 'perf stat' needs to get retire...
Weilin Wang
1
-2
/
+79
2024-06-25
util: constant -1 with expression of type char
Yunseong Kim
1
-1
/
+1
2024-06-16
perf hist: Honor symbol_conf.skip_empty
Namhyung Kim
1
-3
/
+10
2024-06-11
perf evsel: Refactor tool events
Ian Rogers
1
-2
/
+224
2024-05-10
perf parse-events: Add new 'fake_tp' parameter for tests
Dominique Martinet
1
-7
/
+13
2024-02-02
perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample()
Yang Jihong
1
-1
/
+0
2024-02-02
perf evsel: Rename get_states() to parse_task_states() and make it public
Ze Gao
1
-114
/
+1
2024-01-23
perf util: Add evsel__taskstate() to parse the task state info instead
Ze Gao
1
-1
/
+35
2024-01-23
perf util: Add helpers to parse task state string from libtraceevent
Ze Gao
1
-0
/
+112
2023-12-12
libperf cpumap: Rename perf_cpu_map__dummy_new() to perf_cpu_map__new_any_cpu()
Ian Rogers
1
-1
/
+1
2023-12-06
perf evsel: Fallback to "task-clock" when not system wide
Ian Rogers
1
-8
/
+10
2023-11-09
perf tools: Add branch counter knob
Kan Liang
1
-1
/
+34
2023-10-25
perf evsel: Rename evsel__increase_rlimit to rlimit__increase_nofile
Yang Jihong
1
-28
/
+2
2023-09-12
perf evsel: Add evsel__intval_common() helper
Yang Jihong
1
-0
/
+13
2023-08-16
perf parse-regs: Remove PERF_REGS_{MAX|MASK} from common code
Leo Yan
1
-1
/
+1
2023-08-16
perf parse-regs: Introduce functions perf_arch_reg_{ip|sp}()
Leo Yan
1
-2
/
+4
2023-08-15
perf evsel: Remove duplicate check for `field` in evsel__intval()
Yang Jihong
1
-3
/
+0
2023-07-20
perf evsel: Free evsel->filter on the destructor
Arnaldo Carvalho de Melo
1
-0
/
+1
2023-07-02
perf evsel amd: Fix IBS error message
Ravi Bangoria
1
-21
/
+9
2023-06-01
perf evsel: Add verbose 3 print of evsel name when opening
Ian Rogers
1
-0
/
+1
2023-05-31
Merge tag 'perf-tools-fixes-for-v6.4-2-2023-05-30' into perf-tools-next
Arnaldo Carvalho de Melo
1
-0
/
+1
2023-05-28
perf evsel: Don't let evsel__group_pmu_name() traverse unsorted group
Ian Rogers
1
-24
/
+7
2023-05-27
perf pmus: Remove perf_pmus__has_hybrid
Ian Rogers
1
-1
/
+1
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
-2
/
+10
2023-05-27
perf evlist: Remove __evlist__add_default
Ian Rogers
1
-46
/
+0
2023-05-27
perf evsel: Add is_pmu_core inorder to interpret own_cpus
Ian Rogers
1
-0
/
+1
2023-05-26
perf evsel: Separate bpf_counter_list and bpf_filters, can be used at the sam...
Song Liu
1
-0
/
+1
2023-05-10
perf parse-events: Do not break up AUX event group
Adrian Hunter
1
-6
/
+3
2023-05-10
perf evsel: Modify group pmu name for software events
Ian Rogers
1
-6
/
+9
2023-05-10
perf stat: Introduce skippable evsels
Ian Rogers
1
-2
/
+13
2023-04-24
perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...
Arnaldo Carvalho de Melo
1
-1
/
+6
2023-04-12
perf evsel: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-3
/
+2
2023-04-11
perf evsel: Avoid SEGV if delete is called on NULL
Ian Rogers
1
-0
/
+3
2023-03-15
perf record: Add BPF event filter support
Namhyung Kim
1
-0
/
+2
2023-03-13
perf evsel: Remove use_uncore_alias
Ian Rogers
1
-1
/
+0
2023-03-13
perf evsel: Add function to compute group PMU name
Ian Rogers
1
-0
/
+24
2023-03-13
perf evsel: Allow const evsel for certain accesses
Ian Rogers
1
-1
/
+1
2023-03-13
perf record: Reuse target::initial_delay
Changbin Du
1
-1
/
+1
2023-02-03
perf stat: Remove evsel metric_name/expr
Ian Rogers
1
-2
/
+0
2023-02-02
perf script: Show branch speculation info
Sandipan Das
1
-3
/
+12
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-16
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
1
-1
/
+1
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
-1
/
+10
[next]