index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
parse-events.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf tools: Fix term parsing for raw syntax
Jiri Olsa
2020-07-30
1
-0
/
+28
*
perf parse-events: Report BPF errors
Ian Rogers
2020-07-10
1
-18
/
+20
*
perf parse: Provide a way to pass a fake_pmu to parse_events()
Arnaldo Carvalho de Melo
2020-06-22
1
-7
/
+8
*
perf tools: Add fake pmu support
Jiri Olsa
2020-06-22
1
-3
/
+3
*
perf tools: Add optional support for libpfm4
Stephane Eranian
2020-05-29
1
-7
/
+23
*
perf parse: Add 'struct parse_events_state' pointer to scanner
Jiri Olsa
2020-05-28
1
-6
/
+9
*
perf stat: Fail on extra comma while parsing events
Jiri Olsa
2020-05-28
1
-0
/
+1
*
perf parse-events: Make add PMU verbose output clearer
Ian Rogers
2020-05-28
1
-1
/
+28
*
perf parse-events: Fix incorrect conversion of 'if () free()' to 'zfree()'
Arnaldo Carvalho de Melo
2020-05-28
1
-1
/
+2
*
perf parse-events: Use strcmp() to compare the PMU name
Jin Yao
2020-05-28
1
-3
/
+2
*
perf evsel: Rename perf_evsel__[hs]w_cache* to evsel__[hs]w_cache*
Arnaldo Carvalho de Melo
2020-05-28
1
-6
/
+5
*
perf evsel: Rename perf_evsel__new*() to evsel__new*()
Arnaldo Carvalho de Melo
2020-05-28
1
-3
/
+2
*
perf evsel: Rename *perf_evsel__get_config_term() & friends to evsel__env()
Arnaldo Carvalho de Melo
2020-05-28
1
-6
/
+6
*
perf evsel: Rename perf_evsel__is_*() to evsel__is*()
Arnaldo Carvalho de Melo
2020-05-05
1
-3
/
+3
*
perf evsel: Rename perf_evsel__*filter*() to evsel__*filter*()
Arnaldo Carvalho de Melo
2020-05-05
1
-3
/
+3
*
perf evsel: Rename *perf_evsel__*name() to *evsel__*name()
Arnaldo Carvalho de Melo
2020-05-05
1
-2
/
+1
*
perf parse-events: Fix memory leaks found on parse_events
Ian Rogers
2020-05-05
1
-0
/
+1
*
perf parse-events: Add parse_events_option() variant that creates evlist
Arnaldo Carvalho de Melo
2020-05-05
1
-0
/
+23
*
perf parse-events: Fix 3 use after frees found with clang ASAN
Ian Rogers
2020-03-23
1
-3
/
+3
*
perf parse-events: Fix reading of invalid memory in event parsing
Ian Rogers
2020-03-09
1
-23
/
+23
*
perf parse-events: Use asprintf() instead of strncpy() to read tracepoint files
Arnaldo Carvalho de Melo
2020-03-02
1
-8
/
+2
*
perf parse: Copy string to perf_evsel_config_term
Leo Yan
2020-01-30
1
-1
/
+6
*
perf parse: Refactor 'struct perf_evsel_config_term'
Leo Yan
2020-01-30
1
-22
/
+40
*
perf parse: Fix potential memory leak when handling tracepoint errors
Ian Rogers
2019-11-22
1
-4
/
+5
*
perf pmu: When using default config, record which bits of config were changed...
Adrian Hunter
2019-11-22
1
-1
/
+41
*
perf record: Add aux-sample-size config term
Adrian Hunter
2019-11-22
1
-0
/
+14
*
perf parse: Report initial event parsing error
Ian Rogers
2019-11-18
1
-21
/
+57
*
perf parse: Add a deep delete for parse event terms
Ian Rogers
2019-11-07
1
-3
/
+13
*
perf parse: If pmu configuration fails free terms
Ian Rogers
2019-11-07
1
-1
/
+8
*
perf parse: Ensure config and str in terms are unique
Ian Rogers
2019-11-06
1
-9
/
+42
*
perf parse: Add parse events handle error
Ian Rogers
2019-11-06
1
-31
/
+51
*
perf tools: Splice events onto evlist even on error
Ian Rogers
2019-11-06
1
-6
/
+11
*
perf list: Hide deprecated events by default
Jin Yao
2019-10-19
1
-2
/
+2
*
perf tools: Replace needless mmap.h with what is needed, event.h
Arnaldo Carvalho de Melo
2019-09-25
1
-1
/
+1
*
perf evsel: Move config terms to a separate header
Arnaldo Carvalho de Melo
2019-09-25
1
-0
/
+1
*
libperf: Add perf_evlist__first()/last() functions
Jiri Olsa
2019-09-25
1
-2
/
+2
*
libperf: Move 'system_wide' from 'struct evsel' to 'struct perf_evsel'
Jiri Olsa
2019-09-25
1
-1
/
+1
*
perf evlist: Adopt backwards ring buffer state enum
Arnaldo Carvalho de Melo
2019-09-25
1
-0
/
+1
*
perf env: Remove needless cpumap.h header
Arnaldo Carvalho de Melo
2019-09-20
1
-1
/
+0
*
perf tools: Remove needless evlist.h include directives
Arnaldo Carvalho de Melo
2019-09-01
1
-1
/
+1
*
perf dsos: Move the dsos struct and its methods to separate source files
Arnaldo Carvalho de Melo
2019-09-01
1
-0
/
+1
*
perf tools: Remove perf.h from source files not needing it
Arnaldo Carvalho de Melo
2019-08-29
1
-1
/
+0
*
perf tools: Add aux-output config term
Adrian Hunter
2019-08-14
1
-0
/
+8
*
libperf: Move nr_members from perf's evsel to libperf's perf_evsel
Jiri Olsa
2019-07-29
1
-1
/
+1
*
libperf: Add own_cpus to struct perf_evsel
Jiri Olsa
2019-07-29
1
-1
/
+1
*
libperf: Add cpus to struct perf_evsel
Jiri Olsa
2019-07-29
1
-1
/
+1
*
libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions
Jiri Olsa
2019-07-29
1
-1
/
+2
*
libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel
Jiri Olsa
2019-07-29
1
-20
/
+20
*
libperf: Add nr_entries to struct perf_evlist
Jiri Olsa
2019-07-29
1
-2
/
+2
*
libperf: Include perf_evlist in evlist object
Jiri Olsa
2019-07-29
1
-1
/
+1
[next]