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