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
/
builtin-record.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf record: Add support for limit perf output file size
Jiwei Sun
2019-11-07
1
-1
/
+45
*
perf record: Put a copy of kcore into the perf.data directory
Adrian Hunter
2019-11-06
1
-0
/
+52
*
perf data: Support single perf.data file directory
Adrian Hunter
2019-11-06
1
-1
/
+1
*
libperf: Adopt perf_mmap__put() function from tools/perf
Jiri Olsa
2019-10-10
1
-2
/
+2
*
libperf: Adopt perf_mmap__get() function from tools/perf
Jiri Olsa
2019-10-10
1
-1
/
+1
*
libperf: Adopt perf_mmap__mmap_len() function from tools/perf
Jiri Olsa
2019-10-10
1
-2
/
+2
*
libperf: Add perf_evlist__poll() function
Jiri Olsa
2019-09-25
1
-1
/
+1
*
libperf: Add perf_evlist__add_pollfd() function
Jiri Olsa
2019-09-25
1
-1
/
+1
*
libperf: Add perf_evlist__first()/last() functions
Jiri Olsa
2019-09-25
1
-2
/
+2
*
libperf: Move 'mmap_len' from 'struct evlist' to 'struct perf_evlist'
Jiri Olsa
2019-09-25
1
-1
/
+1
*
libperf: Move 'nr_mmaps' from 'struct evlist' to 'struct perf_evlist'
Jiri Olsa
2019-09-25
1
-3
/
+3
*
libperf: Add 'flush' to 'struct perf_mmap'
Jiri Olsa
2019-09-25
1
-5
/
+5
*
libperf: Add perf_mmap struct
Jiri Olsa
2019-09-25
1
-7
/
+7
*
perf evlist: Adopt backwards ring buffer state enum
Arnaldo Carvalho de Melo
2019-09-25
1
-0
/
+1
*
perf tools: Rename perf_evlist__mmap() to evlist__mmap()
Jiri Olsa
2019-09-25
1
-3
/
+3
*
perf tools: Rename 'struct perf_mmap' to 'struct mmap'
Jiri Olsa
2019-09-25
1
-17
/
+17
*
perf record: Move restricted maps check to after a possible fallback to not c...
Arnaldo Carvalho de Melo
2019-09-23
1
-10
/
+11
*
perf session: Return error code for perf_session__new() function on failure
Mamatha Inamdar
2019-09-20
1
-2
/
+3
*
perf tools: Move event synthesizing routines to separate .c file
Arnaldo Carvalho de Melo
2019-09-20
1
-9
/
+0
*
perf tools: Move event synthesizing routines to separate header
Arnaldo Carvalho de Melo
2019-09-20
1
-0
/
+1
*
perf debug: Remove needless include directives from debug.h
Arnaldo Carvalho de Melo
2019-08-31
1
-0
/
+1
*
perf tools: Remove needless perf.h include directive from headers
Arnaldo Carvalho de Melo
2019-08-29
1
-0
/
+1
*
libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix
Jiri Olsa
2019-08-29
1
-2
/
+2
*
perf tools: Warn that perf_event_paranoid can restrict kernel symbols
Igor Lubashev
2019-08-28
1
-1
/
+1
*
perf record: Move record_opts and other record decls out of perf.h
Arnaldo Carvalho de Melo
2019-08-26
1
-2
/
+2
*
perf record: Add an option to take an AUX snapshot on exit
Alexander Shishkin
2019-08-14
1
-4
/
+31
*
libperf: Add threads to struct perf_evlist
Jiri Olsa
2019-07-29
1
-2
/
+2
*
libperf: Add cpus to struct perf_evlist
Jiri Olsa
2019-07-29
1
-1
/
+1
*
libperf: Add threads 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: Move perf_event_attr field from perf's evsel to libperf's perf_evsel
Jiri Olsa
2019-07-29
1
-1
/
+1
*
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
-2
/
+2
*
libperf: Add perf_thread_map__get()/perf_thread_map__put()
Jiri Olsa
2019-07-29
1
-1
/
+1
*
perf evlist: Rename perf_evlist__disable() to evlist__disable()
Jiri Olsa
2019-07-29
1
-1
/
+1
*
perf evlist: Rename perf_evlist__enable() to evlist__enable()
Jiri Olsa
2019-07-29
1
-2
/
+2
*
perf evsel: Rename perf_evsel__open() to evsel__open()
Jiri Olsa
2019-07-29
1
-1
/
+1
*
perf evlist: Rename perf_evlist__delete() to evlist__delete()
Jiri Olsa
2019-07-29
1
-1
/
+1
*
perf evlist: Rename perf_evlist__new() to evlist__new()
Jiri Olsa
2019-07-29
1
-1
/
+1
*
perf evlist: Rename struct perf_evlist to struct evlist
Jiri Olsa
2019-07-29
1
-7
/
+7
*
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
2019-07-29
1
-2
/
+2
*
perf tools: Rename struct thread_map to struct perf_thread_map
Jiri Olsa
2019-07-29
1
-1
/
+1
*
perf tools: Use zfree() where applicable
Arnaldo Carvalho de Melo
2019-07-09
1
-2
/
+2
*
perf record: Add support to collect callchains from kernel or user space only
yuzhoujian
2019-06-10
1
-0
/
+4
*
perf parse-regs: Split parse_regs
Kan Liang
2019-05-15
1
-2
/
+2
*
perf record: Implement -z,--compression_level[=<n>] option
Alexey Budankov
2019-05-15
1
-0
/
+30
*
perf record: Implement compression for AIO trace streaming
Alexey Budankov
2019-05-15
1
-26
/
+88
*
perf record: Implement compression for serial trace streaming
Alexey Budankov
2019-05-15
1
-2
/
+49
*
perf mmap: Implement dedicated memory buffer for data compression
Alexey Budankov
2019-05-15
1
-1
/
+7
*
perf record: Implement COMPRESSED event record and its attributes
Alexey Budankov
2019-05-15
1
-0
/
+8
[next]