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