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
/
parse-events.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-08
perf parse-events: Architecture specific leader override
Ian Rogers
1
-1
/
+7
2021-12-08
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-22
perf parse-events: Remove unnecessary #includes
Ian Rogers
1
-2
/
+0
2021-09-16
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
2021-05-19
perf tools: Add 'cgroup-switches' software event
Namhyung Kim
1
-0
/
+4
2021-04-29
perf parse-events: Support event inside hybrid pmu
Jin Yao
1
-0
/
+63
2021-04-29
perf parse-events: Compare with hybrid pmu name
Jin Yao
1
-2
/
+3
2021-04-29
perf parse-events: Create two hybrid cache events
Jin Yao
1
-1
/
+9
2021-04-29
perf parse-events: Create two hybrid hardware events
Jin Yao
1
-0
/
+18
2021-04-29
perf stat: Uniquify hybrid event name
Jin Yao
1
-0
/
+3
2021-04-29
perf stat: Introduce ':b' modifier
Song Liu
1
-1
/
+7
2021-03-29
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
1
-0
/
+3
2021-03-23
perf tools: Fix various typos in comments
Ingo Molnar
1
-5
/
+5
2021-03-15
perf pmu: Validate raw event with sysfs exported format bits
Jin Yao
1
-0
/
+3
2020-11-30
perf evlist: Use the right prefix for 'struct evlist' evsel list methods
Arnaldo Carvalho de Melo
1
-1
/
+1
2020-11-30
perf evlist: Use the right prefix for 'struct evlist' methods: evlist__set_le...
Arnaldo Carvalho de Melo
1
-1
/
+1
2020-11-04
perf bpf: Enclose libbpf.h include within HAVE_LIBBPF_SUPPORT
Arnaldo Carvalho de Melo
1
-0
/
+25
2020-10-14
perf tools: Add support for exclusive groups/events
Andi Kleen
1
-2
/
+9
[next]