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
/
parse-events.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-12
perf parse-events: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-1
/
+1
2023-04-10
perf util: Move perf_guest/host declarations
Ian Rogers
1
-1
/
+1
2023-04-04
perf tools: Fix a asan issue in parse_events_multi_pmu_add()
Namhyung Kim
1
-1
/
+1
2023-03-21
perf tools: Add support for perf_event_attr::config3
Rob Herring
1
-0
/
+6
2023-03-15
perf record: Add BPF event filter support
Namhyung Kim
1
-5
/
+3
2023-03-13
perf parse-events: Warn when events are regrouped
Ian Rogers
1
-10
/
+29
2023-03-13
perf evlist: Remove nr_groups
Ian Rogers
1
-1
/
+0
2023-03-13
perf evsel: Remove use_uncore_alias
Ian Rogers
1
-9
/
+3
2023-03-13
perf parse-events: Sort and group parsed events
Ian Rogers
1
-124
/
+116
2023-03-13
perf parse-events: Pass ownership of the group name
Ian Rogers
1
-1
/
+2
2023-02-03
perf pmu-events: Remove now unused event and metric variables
Ian Rogers
1
-2
/
+0
2022-12-14
perf build: Use libtraceevent from the system
Ian Rogers
1
-0
/
+15
2022-10-27
perf tools: Save evsel->pmu in parse_events()
Namhyung Kim
1
-0
/
+1
2022-10-14
perf: Skip and warn on unknown format 'configN' attrs
Rob Herring
1
-0
/
+3
2022-10-06
perf parse-events: Remove unused macros __PERF_EVENT_FIELD()
Chen Zhongjin
1
-8
/
+0
2022-09-26
perf parse-events: Remove "not supported" hybrid cache events
Zhengjun Xing
1
-0
/
+39
2022-08-10
perf tools: Do not pass NULL to parse_events()
Adrian Hunter
1
-6
/
+12
2022-08-10
perf parse-events: Fix segfault when event parser gets an error
Adrian Hunter
1
-3
/
+11
2022-08-02
perf parse-events: Break out tracepoint and printing
Ian Rogers
1
-706
/
+7
2022-08-02
perf parse-events: Don't #define YY_EXTRA_TYPE
Ian Rogers
1
-1
/
+0
2022-05-26
perf stat: Add requires_cpu flag for uncore
Adrian Hunter
1
-1
/
+1
2022-05-09
perf evsel: Constify a few arrays
Ian Rogers
1
-1
/
+1
2022-04-24
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
1
-2
/
+3
2022-04-20
perf list: Print all available tool events
Florian Fischer
1
-6
/
+34
2022-04-20
perf stat: Add user_time and system_time events
Florian Fischer
1
-1
/
+3
2022-04-13
perf tools: Fix misleading add event PMU debug message
Adrian Hunter
1
-2
/
+3
2022-03-12
perf parse: Fix event parser error for hybrid systems
Zhengjun Xing
1
-2
/
+4
2022-03-12
perf parse-events: Fix NULL check against wrong variable
Weiguo Li
1
-1
/
+1
2022-01-22
perf test: Add parse-events test for aliases with hyphens
John Garry
1
-9
/
+33
2022-01-22
perf parse-events: Support event alias in form foo-bar-baz
John Garry
1
-2
/
+23
2021-12-07
perf parse-events: Architecture specific leader override
Ian Rogers
1
-1
/
+7
2021-12-07
perf evlist: Allow setting arbitrary leader
Ian Rogers
1
-2
/
+2
2021-11-18
perf evsel: Fix memory leaks relating to unit
Ian Rogers
1
-3
/
+6
2021-11-07
perf parse-event: Add init and exit to parse_event_error
Ian Rogers
1
-5
/
+15
2021-11-07
perf parse-events: Rename parse_events_error functions
Ian Rogers
1
-58
/
+58
2021-10-25
perf list: Display hybrid PMU events with cpu type
Jin Yao
1
-3
/
+5
2021-10-20
perf parse-events: Allow config on kernel PMU events
Ian Rogers
1
-30
/
+36
2021-10-20
perf parse-events: Add new "metric-id" term
Ian Rogers
1
-31
/
+64
2021-10-20
perf parse-events: Add const to evsel name
Ian Rogers
1
-7
/
+8
2021-09-28
perf parse-events: Set numeric term config
John Garry
1
-1
/
+1
2021-09-24
perf list: Display pmu prefix for partially supported hybrid cache events
Jin Yao
1
-8
/
+68
2021-09-21
perf parse-events: Remove unnecessary #includes
Ian Rogers
1
-2
/
+0
2021-09-15
perf parse-events: Avoid enum forward declaration.
Ian Rogers
1
-1
/
+1
2021-09-11
perf tools: Fix hybrid config terms list corruption
Adrian Hunter
1
-6
/
+12
2021-09-11
perf tools: Factor out copy_config_terms() and free_config_terms()
Adrian Hunter
1
-8
/
+1
2021-07-09
libperf: Adopt evlist__set_leader() from tools/perf as perf_evlist__set_leader()
Jiri Olsa
1
-1
/
+1
2021-07-09
libperf: Move 'nr_groups' from tools/perf to evlist::nr_groups
Jiri Olsa
1
-1
/
+1
2021-07-09
libperf: Move 'leader' from tools/perf to perf_evsel::leader
Jiri Olsa
1
-1
/
+1
2021-07-09
libperf: Move 'idx' from tools/perf to perf_evsel::idx
Jiri Olsa
1
-1
/
+1
2021-05-21
perf parse-events: Check if the software events array slots are populated
Arnaldo Carvalho de Melo
1
-2
/
+7
[next]