index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
parse-events.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf tools: Remove sys/ioctl.h from util.h
Arnaldo Carvalho de Melo
2017-04-24
1
-0
/
+1
*
perf tools: Include sys/param.h where needed
Arnaldo Carvalho de Melo
2017-04-24
1
-0
/
+1
*
perf tools: Remove include dirent.h from util.h
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf tools: Don't include terminal handling headers in util.h
Arnaldo Carvalho de Melo
2017-04-19
1
-1
/
+1
*
perf str{filter,list}: Disentangle headers
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf tools: Move extra string util functions to util/string2.h
Arnaldo Carvalho de Melo
2017-04-19
1
-1
/
+1
*
perf list: Move extra details printing to new option
Andi Kleen
2017-03-23
1
-2
/
+3
*
perf pmu: Add support for MetricName JSON attribute
Andi Kleen
2017-03-23
1
-0
/
+1
*
perf stat: Output JSON MetricExpr metric
Andi Kleen
2017-03-23
1
-0
/
+1
*
perf pmu: Expand PMU events by prefix match
Andi Kleen
2017-03-21
1
-0
/
+25
*
perf tools: Factor out PMU matching in parser
Andi Kleen
2017-03-21
1
-0
/
+46
*
perf tools: Force uncore events to system wide monitoring
Jiri Olsa
2017-03-03
1
-2
/
+3
*
perf tools: Fail on using multiple bits long terms without value
Jiri Olsa
2017-02-17
1
-0
/
+2
*
perf tools: Move new_term arguments into struct parse_events_term template
Jiri Olsa
2017-02-17
1
-30
/
+39
*
perf tools: Do not put a variable sized type not at the end of a struct
Arnaldo Carvalho de Melo
2017-02-14
1
-9
/
+6
*
perf tools: Use zfree() to avoid keeping dangling pointers
Taeung Song
2017-02-08
1
-6
/
+6
*
perf tools: Use zfree() instead of ad hoc equivalent
Taeung Song
2017-02-08
1
-4
/
+2
*
perf tools: Add missing check for failure in a zalloc() call
Taeung Song
2017-02-08
1
-0
/
+2
*
perf tools: Only increase index if perf_evsel__new_idx() succeeds
Taeung Song
2017-02-08
1
-1
/
+2
*
perf pmu: Support event aliases for non cpu// pmus
Andi Kleen
2017-02-08
1
-20
/
+26
*
perf tools: Implement branch_type event parameter
Andi Kleen
2016-10-24
1
-4
/
+11
*
perf tools: Make alias matching case-insensitive
Andi Kleen
2016-10-03
1
-1
/
+1
*
perf tools: Allow period= in perf stat CPU event descriptions.
Sukadev Bhattiprolu
2016-10-03
1
-0
/
+1
*
perf list: Support long jevents descriptions
Sukadev Bhattiprolu
2016-10-03
1
-2
/
+3
*
perf list: Add a --no-desc flag
Andi Kleen
2016-10-03
1
-2
/
+2
*
perf evsel: Add support for address filters
Mathieu Poirier
2016-09-29
1
-5
/
+34
*
perf evsel: New tracepoint specific function
Mathieu Poirier
2016-09-29
1
-2
/
+2
*
perf tools: Make perf_evsel__append_filter() generic
Mathieu Poirier
2016-09-29
1
-2
/
+2
*
perf tools: Add infrastructure for PMU specific configuration
Mathieu Poirier
2016-09-13
1
-1
/
+6
*
perf tools: Enable overwrite settings
Wang Nan
2016-07-15
1
-2
/
+18
*
perf list: Show SDT and pre-cached events
Masami Hiramatsu
2016-07-13
1
-0
/
+82
*
perf bpf: Rename bpf__foreach_tev() to bpf__foreach_event()
Wang Nan
2016-07-13
1
-8
/
+8
*
perf event parser: Add const qualifier to evt_name and sys_name
Wang Nan
2016-07-13
1
-6
/
+6
*
perf evlist: Rename for_each() macros to for_each_entry()
Arnaldo Carvalho de Melo
2016-06-23
1
-2
/
+2
*
Merge branch 'linus' into perf/core, to refresh the branch
Ingo Molnar
2016-06-08
1
-1
/
+1
|
\
|
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2016-05-17
1
-1
/
+1
|
|
\
|
|
*
tools/perf: Fix misspellings in comments.
Adam Buchbinder
2016-04-18
1
-1
/
+1
*
|
|
perf tools: Per event max-stack settings
Arnaldo Carvalho de Melo
2016-05-30
1
-0
/
+8
|
/
/
*
|
perf tools: Use readdir() instead of deprecated readdir_r()
Arnaldo Carvalho de Melo
2016-05-12
1
-30
/
+30
|
/
*
perf tools: Apply tracepoint event definition options to BPF script
Wang Nan
2016-02-22
1
-6
/
+50
*
perf tools: Enable indices setting syntax for BPF map
Wang Nan
2016-02-22
1
-2
/
+3
*
perf tools: Support setting different slots in a BPF map separately
Wang Nan
2016-02-22
1
-0
/
+7
*
perf tools: Enable passing event to BPF object
Wang Nan
2016-02-22
1
-6
/
+9
*
perf tools: Enable BPF object configure syntax
Wang Nan
2016-02-22
1
-3
/
+52
*
perf tools: Remove duplicate typedef config_term_func_t definition
Arnaldo Carvalho de Melo
2016-02-22
1
-4
/
+0
*
perf tools: Fix build on older systems
Arnaldo Carvalho de Melo
2016-02-22
1
-2
/
+2
*
perf tools: Enable config and setting names for legacy cache events
Wang Nan
2016-02-19
1
-3
/
+27
*
perf tools: Enable config raw and numeric events
Wang Nan
2016-02-19
1
-1
/
+2
*
perf tools: Rename and move pmu_event_name to get_config_name
Wang Nan
2016-02-19
1
-17
/
+18
[next]