index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
Documentation
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-02
perf kvm: Clarify the 'perf kvm' -i and -o command line options
Arnaldo Carvalho de Melo
1
-2
/
+3
2019-11-22
perf intel-pt: Add support for recording AUX area samples
Adrian Hunter
1
-2
/
+57
2019-11-22
perf record: Add aux-sample-size config term
Adrian Hunter
1
-0
/
+3
2019-11-22
perf record: Add support for AUX area sampling
Adrian Hunter
1
-0
/
+6
2019-11-12
perf tool: Provide an option to print perf_event_open args and return value
Ravi Bangoria
1
-0
/
+2
2019-11-07
perf report: Sort by sampled cycles percent per block for stdio
Jin Yao
1
-0
/
+11
2019-11-07
perf record: Add support for limit perf output file size
Jiwei Sun
1
-0
/
+4
2019-11-06
perf stat: Add --per-node agregation support
Jiri Olsa
1
-0
/
+5
2019-11-06
perf record: Put a copy of kcore into the perf.data directory
Adrian Hunter
2
-0
/
+38
2019-11-06
perf data: Support single perf.data file directory
Adrian Hunter
1
-0
/
+28
2019-10-19
perf list: Hide deprecated events by default
Jin Yao
1
-0
/
+3
2019-10-15
perf trace: Introduce --errno-summary
Arnaldo Carvalho de Melo
1
-0
/
+4
2019-10-15
perf stat: Support --all-kernel/--all-user
Jin Yao
1
-0
/
+6
2019-10-11
perf diff: Report noisy for cycles diff
Jin Yao
1
-0
/
+5
2019-10-09
perf trace: Introduce --filter for tracepoint events
Arnaldo Carvalho de Melo
1
-0
/
+5
2019-10-07
perf trace: Allow choosing how to augment the tracepoint arguments
Arnaldo Carvalho de Melo
2
-0
/
+10
2019-09-30
perf docs: Correct and clarify jitdump spec
Steve MacLean
1
-2
/
+2
2019-09-27
perf docs: Allow man page date to be specified
Ian Rogers
1
-0
/
+3
2019-08-16
perf report: Add --switch-on/--switch-off events
Arnaldo Carvalho de Melo
1
-0
/
+17
2019-08-15
perf top: Add --switch-on/--switch-off events
Arnaldo Carvalho de Melo
1
-0
/
+38
2019-08-15
perf trace: Add --switch-on/--switch-off events
Arnaldo Carvalho de Melo
1
-0
/
+9
2019-08-15
perf script: Allow specifying event to switch off processing of other events
Arnaldo Carvalho de Melo
1
-1
/
+4
2019-08-15
perf script: Allow showing the --switch-on event
Arnaldo Carvalho de Melo
1
-0
/
+3
2019-08-15
perf script: Allow specifying event to switch on processing of other events
Arnaldo Carvalho de Melo
1
-0
/
+3
2019-08-14
perf.data documentation: Clarify HEADER_SAMPLE_TOPOLOGY format
Vince Weaver
1
-10
/
+15
2019-08-14
perf intel-pt: Add brief documentation for PEBS via Intel PT
Adrian Hunter
1
-0
/
+15
2019-08-14
perf tools: Add aux-output config term
Adrian Hunter
1
-0
/
+2
2019-08-14
perf tools: Add itrace option 'o' to synthesize aux-output events
Adrian Hunter
1
-0
/
+2
2019-08-14
perf record: Add an option to take an AUX snapshot on exit
Alexander Shishkin
1
-3
/
+8
2019-08-12
perf config: Document the PERF_CONFIG environment variable
Arnaldo Carvalho de Melo
1
-0
/
+4
2019-08-08
perf tools: Fix a typo in a variable name in the Documentation Makefile
Masanari Iida
1
-1
/
+1
2019-07-29
perf tools: Fix perf.data documentation units for memory size
Vince Weaver
1
-1
/
+1
2019-07-23
Merge tag 'perf-urgent-for-mingo-5.3-20190723' of git://git.kernel.org/pub/sc...
Ingo Molnar
1
-4
/
+4
2019-07-23
perf script: Improve man page description of metrics
Andi Kleen
1
-3
/
+3
2019-07-23
perf script: Fix --max-blocks man page description
Andi Kleen
1
-1
/
+1
2019-07-18
Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-1
/
+2
2019-07-02
perf tools: Fix typos / broken sentences
Andi Kleen
2
-2
/
+2
2019-07-02
perf diff: Documentation -c cycles option
Jin Yao
1
-3
/
+14
2019-06-10
perf time-utils: Add support for multiple explicit time intervals
Adrian Hunter
3
-5
/
+9
2019-06-10
perf time-utils: Fix --time documentation
Adrian Hunter
3
-9
/
+9
2019-06-10
perf config: Update default value for llvm.clang-bpf-cmd-template
Leo Yan
1
-3
/
+6
2019-06-10
perf data: Fix perf.data documentation for HEADER_CPU_TOPOLOGY
Arnaldo Carvalho de Melo
1
-7
/
+22
2019-06-10
perf header: Rename "sibling cores" to "sibling sockets"
Kan Liang
1
-1
/
+1
2019-06-10
perf stat: Support per-die aggregation
Kan Liang
1
-0
/
+10
2019-06-10
perf header: Add die information in CPU topology
Kan Liang
1
-2
/
+7
2019-06-10
perf record: Add support to collect callchains from kernel or user space only
yuzhoujian
1
-0
/
+11
2019-06-05
perf db-export: Add brief documentation
Adrian Hunter
1
-0
/
+41
2019-06-05
perf intel-pt: Document IPC usage
Adrian Hunter
1
-0
/
+30
2019-06-05
perf script: Add output of IPC ratio
Adrian Hunter
1
-1
/
+4
2019-06-05
perf data: Document directory format header: HEADER_DIR_FORMAT
Arnaldo Carvalho de Melo
1
-0
/
+17
[next]