index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
parse-events.y
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-22
perf parse-events: Support event alias in form foo-bar-baz
John Garry
1
-2
/
+15
2021-11-07
perf parse-events: Rename parse_events_error functions
Ian Rogers
1
-2
/
+2
2021-10-20
perf parse-events: Identify broken modifiers
Ian Rogers
1
-0
/
+10
2021-10-20
perf parse-events: Allow config on kernel PMU events
Ian Rogers
1
-2
/
+15
2021-09-03
perf pmu: Add PMU alias support
Kan Liang
1
-1
/
+2
2021-07-09
perf tools: Fix pattern matching for same substring in different PMU type
Jin Yao
1
-1
/
+1
2021-04-29
perf parse-events: Compare with hybrid pmu name
Jin Yao
1
-3
/
+6
2021-03-06
perf tools: Fix event's PMU name parsing
Jiri Olsa
1
-1
/
+5
2020-09-28
perf parse-events: Reduce casts around bp_addr
Ian Rogers
1
-4
/
+4
2020-09-03
perf parse-events: Use uintptr_t when casting numbers to pointers
Arnaldo Carvalho de Melo
1
-4
/
+4
2020-06-22
perf tools: Add fake pmu support
Jiri Olsa
1
-2
/
+39
2020-06-09
perf parse-events: Fix an old style declaration
Ian Rogers
1
-1
/
+1
2020-06-09
perf parse-events: Fix an incompatible pointer
Ian Rogers
1
-1
/
+1
2020-05-05
perf parse-events: Fix another memory leaks found on parse_events()
Ian Rogers
1
-0
/
+1
2020-05-05
perf parse-events: Fix memory leaks found on parse_events
Ian Rogers
1
-1
/
+1
2020-04-18
perf parser: Add support to specify rXXX event with pmu
Jiri Olsa
1
-0
/
+9
2020-01-14
perf tools: Use %define api.pure full instead of %pure-parser
Jiri Olsa
1
-1
/
+1
2019-11-12
perf parse: Use YYABORT to clear stack after failure, plugging leaks
Ian Rogers
1
-1
/
+2
2019-11-07
perf parse: Add a deep delete for parse event terms
Ian Rogers
1
-10
/
+2
2019-11-07
perf parse: Before yyabort-ing free components
Ian Rogers
1
-55
/
+197
2019-11-07
perf parse: Add destructors for parse event terms
Ian Rogers
1
-21
/
+48
2019-11-06
perf parse: Ensure config and str in terms are unique
Ian Rogers
1
-1
/
+3
2019-11-06
perf tools: Avoid a malloc() for array events
Ian Rogers
1
-5
/
+3
2019-11-06
perf tools: Move ALLOC_LIST into a function
Ian Rogers
1
-22
/
+43
2019-09-25
perf parser: Remove needless include directives
Arnaldo Carvalho de Melo
1
-3
/
+0
2019-09-25
perf evlist: Remove unused perf_evlist__fprintf() method
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-07-09
perf parse-events: Remove unused variable: error
Luke Mujica
1
-1
/
+0
2019-07-09
perf parse-events: Remove unused variable 'i'
Luke Mujica
1
-1
/
+0
2019-04-01
perf stat: Implement duration_time as a proper event
Andi Kleen
1
-0
/
+12
2019-02-14
perf tools: Fix legacy events symbol separator parsing
Jiri Olsa
1
-2
/
+2
2018-06-07
perf tools: Fix error index for pmu event parser
Jiri Olsa
1
-0
/
+5
2018-06-06
perf tools: Fix pmu events parsing rule
Jiri Olsa
1
-1
/
+13
2018-05-16
perf parse-events: Handle uncore event aliases in small groups properly
Kan Liang
1
-4
/
+4
2018-05-07
Revert "perf pmu: Fix pmu events parsing rule"
Arnaldo Carvalho de Melo
1
-4
/
+4
2018-04-23
perf pmu: Fix pmu events parsing rule
Jiri Olsa
1
-4
/
+4
2018-03-08
perf pmu: Auto-merge PMU events created by prefix or glob match
Agustin Vega-Frias
1
-2
/
+2
2018-03-08
perf pmu: Support wildcards on pmu name in dynamic pmu events
Agustin Vega-Frias
1
-2
/
+12
2017-08-17
perf events parse: Rename parse_events_parse arguments
Arnaldo Carvalho de Melo
1
-44
/
+44
2017-08-17
perf events parse: Use just one parse events state struct
Arnaldo Carvalho de Melo
1
-1
/
+1
2017-08-17
perf events parse: Rename parsing state struct to clearer name
Arnaldo Carvalho de Melo
1
-11
/
+11
2017-08-17
perf events parse: Remove some needless local variables
Arnaldo Carvalho de Melo
1
-13
/
+7
2017-03-21
perf pmu: Special case uncore_ prefix
Andi Kleen
1
-0
/
+3
2017-03-21
perf pmu: Expand PMU events by prefix match
Andi Kleen
1
-14
/
+26
2017-03-21
perf tools: Factor out PMU matching in parser
Andi Kleen
1
-29
/
+1
2017-02-17
perf tools: Fail on using multiple bits long terms without value
Jiri Olsa
1
-7
/
+7
2017-02-15
perf tools: Add missing parse_events_error() prototype
Arnaldo Carvalho de Melo
1
-0
/
+2
2017-02-08
perf list: Add debug support for outputing alias string
Andi Kleen
1
-0
/
+3
2017-02-08
perf pmu: Support event aliases for non cpu// pmus
Andi Kleen
1
-7
/
+25
2016-09-13
perf tools: Add infrastructure for PMU specific configuration
Mathieu Poirier
1
-0
/
+11
2016-03-08
perf tools: Explicitly declare inc_group_count as a void function
Colin Ian King
1
-1
/
+1
[next]