index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
evsel.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-08
perf evsel: Improve the evsel__open_strerror() for EBUSY
Ian Rogers
1
-1
/
+78
2024-12-20
perf script: Cache the output type
Arnaldo Carvalho de Melo
1
-0
/
+1
2024-12-18
perf python: Add parse_events function
Ian Rogers
1
-7
/
+12
2024-12-18
perf tools: Add missing_features for aux_start_paused, aux_pause, aux_resume
Adrian Hunter
1
-12
/
+86
2024-12-18
perf tools: Parse aux-action
Adrian Hunter
1
-0
/
+1
2024-12-18
perf tools: Add aux-action config term
Adrian Hunter
1
-0
/
+2
2024-12-13
Merge remote-tracking branch 'torvalds/master' into perf-tools-next
Arnaldo Carvalho de Melo
1
-3
/
+3
2024-12-09
perf evsel: Allow evsel__newtp without libtraceevent
Ian Rogers
1
-26
/
+77
2024-12-09
perf evsel: Add/use accessor for tp_format
Ian Rogers
1
-2
/
+7
2024-12-05
perf tools: Fix precise_ip fallback logic
Namhyung Kim
1
-3
/
+3
2024-11-09
perf pmu: Add calls enabling the hwmon_pmu
Ian Rogers
1
-0
/
+9
2024-11-08
perf build: Include libtraceevent headers directly indicated by pkg-config
Yicong Yang
1
-1
/
+1
2024-10-22
perf tools: Check fallback error and order
Namhyung Kim
1
-9
/
+29
2024-10-22
perf tools: Detect missing kernel features properly
Namhyung Kim
1
-100
/
+303
2024-10-22
perf tools: Simplify evsel__add_modifier()
Namhyung Kim
1
-4
/
+1
2024-10-22
perf tools: Add fallback for exclude_guest
Namhyung Kim
1
-0
/
+21
2024-10-17
perf test: Remove C test wrapper for attr.py
Ian Rogers
1
-4
/
+123
2024-10-14
perf evsel: Fix missing inherit + sample read check
Namhyung Kim
1
-1
/
+2
2024-10-10
perf tool_pmu: Rename perf_tool_event__* to tool_pmu__*
Ian Rogers
1
-1
/
+1
2024-10-10
perf tool_pmu: Rename enum perf_tool_event to tool_pmu_event
Ian Rogers
1
-2
/
+2
2024-10-10
perf tool_pmu: Factor tool events into their own PMU
Ian Rogers
1
-255
/
+17
2024-10-02
tools/perf: Allow inherit + PERF_SAMPLE_READ when opening events
Ben Gainey
1
-3
/
+18
2024-09-30
perf evsel: Reduce a variables scope
Ian Rogers
1
-1
/
+2
2024-09-26
perf evsel: Remove pmu_name
Ian Rogers
1
-7
/
+0
2024-09-26
perf evsel: Add alternate_hw_config and use in evsel__match
Ian Rogers
1
-0
/
+21
2024-09-24
perf evsel: display dmesg command of showing a hardcoded path
Masum Reza
1
-1
/
+1
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 latency value for a metric.
Weilin Wang
1
-2
/
+79
2024-06-25
util: constant -1 with expression of type char
Yunseong Kim
1
-1
/
+1
2024-06-15
perf hist: Honor symbol_conf.skip_empty
Namhyung Kim
1
-3
/
+10
2024-06-10
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-01
perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample()
Yang Jihong
1
-1
/
+0
2024-02-01
perf evsel: Rename get_states() to parse_task_states() and make it public
Ze Gao
1
-114
/
+1
2024-01-22
perf util: Add evsel__taskstate() to parse the task state info instead
Ze Gao
1
-1
/
+35
2024-01-22
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-01
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
[next]