Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
a43783aeec5fac8ef372ff8c0a5bbb3056fc0604
/
tools
/
perf
/
util
/
parse-events.c
a43783a
perf tools: Include errno.h where needed
by Arnaldo Carvalho de Melo
· 8 years ago
a067558
perf tools: Move extra string util functions to util/string2.h
by Arnaldo Carvalho de Melo
· 8 years ago
bf874fc
perf list: Move extra details printing to new option
by Andi Kleen
· 8 years ago
9628481
perf pmu: Add support for MetricName JSON attribute
by Andi Kleen
· 8 years ago
37932c1
perf stat: Output JSON MetricExpr metric
by Andi Kleen
· 8 years ago
8255718
perf pmu: Expand PMU events by prefix match
by Andi Kleen
· 8 years ago
2073ad3
perf tools: Factor out PMU matching in parser
by Andi Kleen
· 8 years ago
e3ba76d
perf tools: Force uncore events to system wide monitoring
by Jiri Olsa
· 8 years ago
99e7138
perf tools: Fail on using multiple bits long terms without value
by Jiri Olsa
· 8 years ago
67b49b3
perf tools: Move new_term arguments into struct parse_events_term template
by Jiri Olsa
· 8 years ago
8989605
perf tools: Do not put a variable sized type not at the end of a struct
by Arnaldo Carvalho de Melo
· 8 years ago
360e071
perf tools: Use zfree() to avoid keeping dangling pointers
by Taeung Song
· 8 years ago
506fde1
perf tools: Use zfree() instead of ad hoc equivalent
by Taeung Song
· 8 years ago
5aa365f
perf tools: Add missing check for failure in a zalloc() call
by Taeung Song
· 8 years ago
75fc5ae
perf tools: Only increase index if perf_evsel__new_idx() succeeds
by Taeung Song
· 8 years ago
231bb2a
perf pmu: Support event aliases for non cpu// pmus
by Andi Kleen
· 8 years ago
ac12f67
perf tools: Implement branch_type event parameter
by Andi Kleen
· 8 years ago
e312bcf
perf tools: Make alias matching case-insensitive
by Andi Kleen
· 8 years ago
0683554
perf tools: Allow period= in perf stat CPU event descriptions.
by Sukadev Bhattiprolu
· 8 years ago
c8d6828
perf list: Support long jevents descriptions
by Sukadev Bhattiprolu
· 8 years ago
1c5f01f
perf list: Add a --no-desc flag
by Andi Kleen
· 8 years ago
1e85748
perf evsel: Add support for address filters
by Mathieu Poirier
· 8 years ago
3541c03
perf evsel: New tracepoint specific function
by Mathieu Poirier
· 8 years ago
b15d0a4
perf tools: Make perf_evsel__append_filter() generic
by Mathieu Poirier
· 8 years ago
dd60fba
perf tools: Add infrastructure for PMU specific configuration
by Mathieu Poirier
· 8 years ago
626a6b7
perf tools: Enable overwrite settings
by Wang Nan
· 9 years ago
40218da
perf list: Show SDT and pre-cached events
by Masami Hiramatsu
· 9 years ago
cd102d7
perf bpf: Rename bpf__foreach_tev() to bpf__foreach_event()
by Wang Nan
· 9 years ago
8c619d6
perf event parser: Add const qualifier to evt_name and sys_name
by Wang Nan
· 9 years ago
e5cadb9
perf evlist: Rename for_each() macros to for_each_entry()
by Arnaldo Carvalho de Melo
· 9 years ago
616d1c1
Merge branch 'linus' into perf/core, to refresh the branch
by Ingo Molnar
· 9 years ago
792d48b
perf tools: Per event max-stack settings
by Arnaldo Carvalho de Melo
· 9 years ago
16bf834
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 9 years ago
22a9f41
perf tools: Use readdir() instead of deprecated readdir_r()
by Arnaldo Carvalho de Melo
· 9 years ago
bd1a0be5
tools/perf: Fix misspellings in comments.
by Adam Buchbinder
· 9 years ago
95088a5
perf tools: Apply tracepoint event definition options to BPF script
by Wang Nan
· 9 years ago
e571e02
perf tools: Enable indices setting syntax for BPF map
by Wang Nan
· 9 years ago
2d055bf
perf tools: Support setting different slots in a BPF map separately
by Wang Nan
· 9 years ago
7630b3e
perf tools: Enable passing event to BPF object
by Wang Nan
· 9 years ago
a34f3be
perf tools: Enable BPF object configure syntax
by Wang Nan
· 9 years ago
58de6ed0
perf tools: Remove duplicate typedef config_term_func_t definition
by Arnaldo Carvalho de Melo
· 9 years ago
2c97b0d
perf tools: Fix build on older systems
by Arnaldo Carvalho de Melo
· 9 years ago
43d0b97
perf tools: Enable config and setting names for legacy cache events
by Wang Nan
· 9 years ago
10bf358
perf tools: Enable config raw and numeric events
by Wang Nan
· 9 years ago
e814fdd
perf tools: Rename and move pmu_event_name to get_config_name
by Wang Nan
· 9 years ago
1669e50
perf stat: Bail out on unsupported event config modifiers
by Wang Nan
· 9 years ago
17cb5f8
perf tools: Create config_term_names array
by Wang Nan
· 9 years ago
26dee02
perf tools: Fix checking asprintf return value
by Wang Nan
· 9 years ago
2146afc
perf tools: Rename parse_events__free_terms() to parse_events_terms__delete()
by Arnaldo Carvalho de Melo
· 9 years ago
d20a5f2
perf tools: Free the terms list_head in parse_events__free_terms()
by Wang Nan
· 9 years ago
fc0a2c1
perf tools: Introduce parse_events_terms__purge()
by Arnaldo Carvalho de Melo
· 9 years ago
a8adfce
perf tools: Unlink entries from terms list
by Wang Nan
· 9 years ago
ec183d2
perf tools: tracepoint_error() can receive e=NULL, robustify it
by Adrian Hunter
· 9 years ago
4b6ab94
perf subcmd: Create subcmd library
by Josh Poimboeuf
· 9 years ago
e37df6c
perf list: Robustify event printing routine
by Arnaldo Carvalho de Melo
· 9 years ago
bae9cc4
perf list: Add support for PERF_COUNT_SW_BPF_OUT
by Arnaldo Carvalho de Melo
· 9 years ago
d3e0ce3
perf bpf: Improve BPF related error messages
by Wang Nan
· 9 years ago
6371ca3b
bpf tools: Improve libbpf error reporting
by Wang Nan
· 9 years ago
d509db0
perf tools: Compile scriptlets to BPF objects when passing '.c' to --event
by Wang Nan
· 9 years ago
1f45b1d
perf bpf: Attach eBPF filter to perf event
by Wang Nan
· 9 years ago
4edf30e
perf bpf: Collect perf_evsel in BPF object files
by Wang Nan
· 9 years ago
1e5e3ee
perf tools: Load eBPF object into kernel
by Wang Nan
· 9 years ago
aa3abf3
perf tools: Create probe points for BPF programs
by Wang Nan
· 9 years ago
84c86ca
perf tools: Enable passing bpf object file to --event
by Wang Nan
· 9 years ago
374ce93
perf tools: Enable pre-event inherit setting by config terms
by Wang Nan
· 9 years ago
27bf90b
perf tools: Fail properly in case pattern matching fails to find tracepoint
by Jiri Olsa
· 9 years ago
7f94af7
perf tools: Introduce 'P' modifier to request max precision
by Jiri Olsa
· 9 years ago
dfc431c
perf list: Remove blank lines, headers when piping output
by Arnaldo Carvalho de Melo
· 9 years ago
272ed29
perf tools: Fix shadowed declaration in parse-events.c
by Jiri Olsa
· 9 years ago
e637d17
perf tools: Enable event_config terms to tracepoint events
by He Kuang
· 9 years ago
ffeb883
perf tools: Show proper error message for wrong terms of hw/sw events
by He Kuang
· 9 years ago
0b8891a
perf tools: Adds the config_term callback for different type events
by He Kuang
· 9 years ago
854f736
perf tools: Don't assume that the parser returns non empty evsel list
by Wang Nan
· 9 years ago
d71b0ad
Merge branch 'perf/urgent' into perf/core, to resolve a conflict
by Ingo Molnar
· 9 years ago
fce4d29
perf evsel: Add own_cpus member
by Adrian Hunter
· 9 years ago
f114d6e
perf evlist: Fix splice_list_tail() not setting evlist
by Adrian Hunter
· 9 years ago
1965817
perf tools: Enhance parsing events tracepoint error output
by Jiri Olsa
· 9 years ago
8dd2a13
perf evsel: Propagate error info from tp_format
by Jiri Olsa
· 9 years ago
e2f9f8e
perf tools: Propagate error info for the tracepoint parsing
by Jiri Olsa
· 9 years ago
592d5a6
tools lib api fs: Move tracing_path interface into api/fs/tracing_path.c
by Jiri Olsa
· 9 years ago
d457c96
perf callchain: Per-event type selection support
by Kan Liang
· 9 years ago
09af2a5
perf record: Support per-event freq term
by Namhyung Kim
· 9 years ago
141b2d3
perf tools: Extend the event parser maximum error index
by Adrian Hunter
· 10 years ago
3206771
perf tools: Per-event time support
by Kan Liang
· 9 years ago
ee4c758
perf tools: Force period term to overload global settings
by Jiri Olsa
· 9 years ago
930a2e2
perf tools: Add support for event post configuration
by Jiri Olsa
· 9 years ago
4ba1faa
perf record: Allow filtering perf's pid via --exclude-perf
by Wang Nan
· 10 years ago
15bfd2c
perf record: Apply filter to all events in a glob matching
by Wang Nan
· 10 years ago
12467ae
perf evsel: Introduce set_filter method
by Arnaldo Carvalho de Melo
· 10 years ago
f30a79b
perf tools: Add reference counting for cpu_map object
by Jiri Olsa
· 10 years ago
a6ced2b
perf tools: Fix parse_events_error dereferences
by Adrian Hunter
· 10 years ago
bb78ce7
perf tools: Fix function declarations needed by parse-events.y
by Adrian Hunter
· 10 years ago
87d650b
perf tools: Add symbolic events support for parse_events_error
by Jiri Olsa
· 10 years ago
3b0e371
perf tools: Add static terms support for parse_events_error
by Jiri Olsa
· 10 years ago
e64b020
perf tools: Add term support for parse_events_error
by Jiri Olsa
· 10 years ago
cecf3a2e
perf tools: Add location to pmu event terms
by Jiri Olsa
· 10 years ago
36adec8
perf tools: Change parse_events_add_pmu interface
by Jiri Olsa
· 10 years ago
c056ba6a
perf tools: Always bail out when config_attr function fails
by Jiri Olsa
· 10 years ago
b39b839
perf tools: Add parse_events_error interface
by Jiri Olsa
· 10 years ago
a1e12da
perf tools: Add 'I' event modifier for exclude_idle bit
by Jiri Olsa
· 10 years ago
Next »