Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
ae1250b9da308acd16554365d125b4afb795b825
/
tools
/
perf
/
util
/
parse-events.h
d944c4e
tools: Consolidate types.h
by Borislav Petkov
· 11 years ago
c5cd8ac
perf parse events: Demystify memory allocations
by David Ahern
· 11 years ago
e7c93f0
perf util: Use evsel->name to get tracepoint_paths
by Namhyung Kim
· 11 years ago
97f63e4
perf tools: Keep group information
by Namhyung Kim
· 12 years ago
23b6339
perf tools: Fix usage of __ in event parsing struct names
by Arnaldo Carvalho de Melo
· 12 years ago
6cee6cd
perf tools: Fix usage of __ in parse_events_term struct
by Arnaldo Carvalho de Melo
· 12 years ago
d8f7bbc
perf tools: Remove unused 'unset' parameter from parse_events
by Jiri Olsa
· 12 years ago
f0b9abf
Merge branch 'linus' into perf/core
by Ingo Molnar
· 12 years ago
d2709c7
perf: Make perf build for x86 with UAPI disintegration applied
by David Howells
· 12 years ago
c81251e
perf tests: Final cleanup for builtin-test move
by Jiri Olsa
· 12 years ago
1d33d6d
perf tools: Add support to specify hw event as PMU event term
by Jiri Olsa
· 12 years ago
7d380c8
perf: Fix UAPI fallout
by Ingo Molnar
· 12 years ago
ac2ba9f
perf tools: Catch event names from command line
by Robert Richter
· 12 years ago
63dab22
perf evlist: Rename __group method to __set_leader
by Arnaldo Carvalho de Melo
· 12 years ago
6a4bb04
perf tools: Enable grouping logic for parsed events
by Jiri Olsa
· 12 years ago
f5b1135
perf tools: Add support to update event modifier
by Jiri Olsa
· 12 years ago
89efb02
perf tools: Add support to parse event group syntax
by Jiri Olsa
· 12 years ago
a3277d2
perf tools: Support for events bash completion
by Frederic Weisbecker
· 12 years ago
b527bab
perf tools: Fix parsing of 64 bit raw config value for 32 bit
by Robert Richter
· 12 years ago
32c46e5
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 12 years ago
9db1763
perf tools: Remove __event_name
by Arnaldo Carvalho de Melo
· 12 years ago
7289f83
perf tools: Move all users of event_name to perf_evsel__name
by Arnaldo Carvalho de Melo
· 12 years ago
a6146d5
perf/tool: Add PMU event alias support
by Zheng Yan
· 12 years ago
90e2b22
perf/tool: Add support to reuse event grammar to parse out terms
by Jiri Olsa
· 12 years ago
ac20de6f
perf/tool: Make the event parser re-entrant
by Zheng Yan
· 12 years ago
46010ab
perf/tool: Use data struct for arg passing in event parse function
by Jiri Olsa
· 12 years ago
6b5fc39
perf tools: Add hardcoded name term for pmu events
by Jiri Olsa
· 13 years ago
b847cbd
perf tools: Use allocated list for each parsed event
by Jiri Olsa
· 13 years ago
f50246e
perf test: Move parse event automated tests to separated object
by Jiri Olsa
· 13 years ago
16fa7e8
perf tools: Split term type into value type and term type
by Jiri Olsa
· 13 years ago
c651214
perf tools: Fix include header files in util/parse-events.h
by Robert Richter
· 13 years ago
5d7be90
perf tools: Fix modifier to be applied on correct events
by Jiri Olsa
· 13 years ago
5f537a2
perf tools: Add support to specify pmu style event
by Jiri Olsa
· 13 years ago
8f707d8
perf tools: Add config options support for event parsing
by Jiri Olsa
· 13 years ago
89812fc
perf tools: Add parser generator for events parsing
by Jiri Olsa
· 13 years ago
ebf294b
perf tools: Simplify debugfs mountpoint handling code
by Arnaldo Carvalho de Melo
· 13 years ago
f120f9d
perf tools: De-opt the parse_events function
by Jiri Olsa
· 13 years ago
1424dc9
perf script: Add support for H/W and S/W events
by David Ahern
· 14 years ago
668b878
perf list: Allow filtering list of events
by Arnaldo Carvalho de Melo
· 14 years ago
361c99a
perf evsel: Introduce perf_evlist
by Arnaldo Carvalho de Melo
· 14 years ago
5c7a668
perf tools: Fix build when using gcc 3.4.6
by Arnaldo Carvalho de Melo
· 14 years ago
d030260
perf tools: Fix perf_event.h header usage
by Stephane Eranian
· 14 years ago
20c457b
perf timechart: Adjust perf timechart to the new power events
by Thomas Renninger
· 14 years ago
70d544d
perf evsel: Delete the event selectors at exit
by Arnaldo Carvalho de Melo
· 14 years ago
69aad6f
perf tools: Introduce event selectors
by Arnaldo Carvalho de Melo
· 14 years ago
63e0c77
perf: record TRACE_INFO only if using tracepoints and SAMPLE_RAW
by Tom Zanussi
· 15 years ago
c171b55
perf trace: Add filter Suppport
by Li Zefan
· 15 years ago
8b40f52
perf tools: Protect header files with a consistent style
by John Kacur
· 15 years ago
cdd6c48
perf: Do the big rename: Performance Counters -> Performance Events
by Ingo Molnar
· 15 years ago
1ef2ed1
perf tools: Only save the event formats we need
by Frederic Weisbecker
· 15 years ago
83a0944
perf: Enable more compiler warnings
by Ingo Molnar
· 15 years ago
8f18aec
perf report: Fix per task mult-counter stat reporting
by Peter Zijlstra
· 15 years ago
5beeded
perf_counter: Detect debugfs location
by Jason Baron
· 15 years ago
8647093
perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/
by Ingo Molnar
· 15 years ago
[Renamed from Documentation/perf_counter/util/parse-events.h]
86847b6
perf_counter tools: Add 'perf list' to list available events
by Thomas Gleixner
· 15 years ago
a21ca2c
perf_counter: Separate out attr->type from attr->config
by Ingo Molnar
· 15 years ago
5242519
perf stat: Convert to Git option parsing
by Ingo Molnar
· 16 years ago
8ad8db3
perf_counter tools: Librarize event string parsing
by Ingo Molnar
· 16 years ago