index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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 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-08-31
1
-1
/
+1
*
perf dsos: Move the dsos struct and its methods to separate source files
Arnaldo Carvalho de Melo
2019-08-31
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
*
libperf: Include perf_evsel in evsel object
Jiri Olsa
2019-07-29
1
-10
/
+10
*
libperf: Add perf_thread_map__get()/perf_thread_map__put()
Jiri Olsa
2019-07-29
1
-1
/
+1
*
libperf: Add perf_cpu_map__get()/perf_cpu_map__put()
Jiri Olsa
2019-07-29
1
-2
/
+2
*
perf evsel: Rename perf_evsel__open() to evsel__open()
Jiri Olsa
2019-07-29
1
-2
/
+2
*
perf evsel: Rename perf_evsel__new() to evsel__new()
Jiri Olsa
2019-07-29
1
-1
/
+1
*
perf evsel: Rename perf_evsel__delete() to evsel__delete()
Jiri Olsa
2019-07-29
1
-2
/
+2
*
perf evlist: Rename perf_evlist__delete() to evlist__delete()
Jiri Olsa
2019-07-29
1
-1
/
+1
*
perf evlist: Rename struct perf_evlist to struct evlist
Jiri Olsa
2019-07-29
1
-5
/
+5
*
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
2019-07-29
1
-24
/
+24
*
perf tools: Rename struct thread_map to struct perf_thread_map
Jiri Olsa
2019-07-29
1
-1
/
+1
*
perf cpu_map: Rename struct cpu_map to struct perf_cpu_map
Jiri Olsa
2019-07-29
1
-1
/
+1
*
perf evsel: Store backpointer to attached bpf_object
Arnaldo Carvalho de Melo
2019-07-29
1
-1
/
+2
*
perf bpf: Do not attach a BPF prog to a tracepoint if its name starts with !
Arnaldo Carvalho de Melo
2019-07-29
1
-0
/
+9
*
perf tools: Use list_del_init() more thorougly
Arnaldo Carvalho de Melo
2019-07-09
1
-1
/
+1
*
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
2019-07-09
1
-0
/
+1
*
perf tools: Add a 'percore' event qualifier
Jin Yao
2019-05-16
1
-0
/
+27
*
perf list: Output tool events
Andi Kleen
2019-04-01
1
-0
/
+20
*
perf stat: Implement duration_time as a proper event
Andi Kleen
2019-04-01
1
-5
/
+33
*
perf build-id: Fix memory leak in print_sdt_events()
Changbin Du
2019-03-19
1
-0
/
+1
*
perf list: Don't forget to drop the reference to the allocated thread_map
Changbin Du
2019-03-19
1
-0
/
+1
*
perf list: Display metric expressions for --details option
Jiri Olsa
2019-02-14
1
-1
/
+1
[next]