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
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf top/report: Add tips about a list option
Nambong Ha
2016-10-05
1
-0
/
+2
*
perf report/top: Add a tip about system-wide collection from all CPUs
Donghyun Kim
2016-10-05
1
-0
/
+1
*
perf report/top: Add a tip about source line numbers with overhead
Kim SeonYoung
2016-10-05
1
-0
/
+1
*
perf jevents: Fix Intel JSON fixed counter conversions
Andi Kleen
2016-10-05
1
-0
/
+2
*
perf intel-pt: Fix MTC timestamp calculation for large MTC periods
Adrian Hunter
2016-10-05
1
-0
/
+36
*
perf intel-pt: Fix estimated timestamps for cycle-accurate mode
Adrian Hunter
2016-10-05
1
-0
/
+2
*
perf uretprobe ppc64le: Fix probe location
Ravi Bangoria
2016-10-05
1
-1
/
+2
*
perf pmu-events: Add Skylake frontend MSR support
Andi Kleen
2016-10-03
1
-0
/
+1
*
perf pmu-events: Fix fixed counters on Intel
Andi Kleen
2016-10-03
1
-1
/
+24
*
perf tools: Make alias matching case-insensitive
Andi Kleen
2016-10-03
1
-1
/
+1
*
perf tools: Allow period= in perf stat CPU event descriptions.
Sukadev Bhattiprolu
2016-10-03
1
-0
/
+1
*
perf tools: Add README for info on parsing JSON/map files
Sukadev Bhattiprolu
2016-10-03
1
-0
/
+147
*
perf list jevents: Add support for event list topics
Andi Kleen
2016-10-03
2
-10
/
+28
*
perf list: Support long jevents descriptions
Sukadev Bhattiprolu
2016-10-03
6
-15
/
+34
*
perf jevents: Add support for long descriptions
Sukadev Bhattiprolu
2016-10-03
3
-9
/
+27
*
perf pmu: Add override support for event list CPUID
Andi Kleen
2016-10-03
1
-1
/
+7
*
perf list: Add a --no-desc flag
Andi Kleen
2016-10-03
6
-12
/
+22
*
perf tools: Query terminal width and use in perf list
Andi Kleen
2016-10-03
1
-1
/
+2
*
perf pmu: Support alias descriptions
Andi Kleen
2016-10-03
2
-16
/
+68
*
perf jevents: Handle header line in mapfile
Andi Kleen
2016-10-03
1
-2
/
+7
*
perf tools: Support CPU id matching for x86 v2
Andi Kleen
2016-10-03
1
-3
/
+21
*
perf powerpc: Support CPU ID matching for Powerpc
Sukadev Bhattiprolu
2016-10-03
1
-0
/
+11
*
perf pmu: Use pmu_events table to create aliases
Sukadev Bhattiprolu
2016-10-03
2
-0
/
+61
*
perf jevents: Program to convert JSON file
Andi Kleen
2016-10-03
6
-4
/
+869
*
perf tools: Add jsmn `jasmine' JSON parser
Andi Kleen
2016-10-03
4
-0
/
+574
*
perf tools: Experiment with cppcheck
Arnaldo Carvalho de Melo
2016-10-03
5
-20
/
+13
*
perf probe: Check if *ptr2 is zero and not ptr2
Colin Ian King
2016-10-03
1
-1
/
+1
*
perf tests: Add dwarf unwind test for powerpc
Ravi Bangoria
2016-09-29
9
-2
/
+193
*
perf probe: Match linkage name with mangled name
Masami Hiramatsu
2016-09-29
2
-2
/
+29
*
perf probe: Fix to cut off incompatible chars from group name
Masami Hiramatsu
2016-09-29
1
-3
/
+7
*
perf probe: Skip if the function address is 0
Masami Hiramatsu
2016-09-29
1
-1
/
+11
*
perf probe: Ignore the error of finding inline instance
Masami Hiramatsu
2016-09-29
1
-2
/
+3
*
perf intel-pt: Fix decoding when there are address filters
Adrian Hunter
2016-09-29
1
-0
/
+82
*
perf intel-pt: Enable decoder to handle TIP.PGD with missing IP
Adrian Hunter
2016-09-29
2
-0
/
+31
*
perf intel-pt: Read address filter from AUXTRACE_INFO event
Adrian Hunter
2016-09-29
1
-0
/
+51
*
perf intel-pt: Record address filter in AUXTRACE_INFO event
Adrian Hunter
2016-09-29
2
-6
/
+48
*
perf intel-pt: Add a helper function for processing AUXTRACE_INFO
Adrian Hunter
2016-09-29
1
-4
/
+8
*
perf intel-pt: Fix missing error codes processing auxtrace_info
Adrian Hunter
2016-09-29
1
-0
/
+2
*
perf intel-pt: Add support for recording the max non-turbo ratio
Adrian Hunter
2016-09-29
3
-1
/
+20
*
perf intel-pt: Fix snapshot overlap detection decoder errors
Adrian Hunter
2016-09-29
1
-4
/
+11
*
perf probe: Increase debug level of SDT debug messages
Adrian Hunter
2016-09-29
2
-3
/
+3
*
perf record: Add support for using symbols in address filters
Adrian Hunter
2016-09-29
4
-3
/
+857
*
perf symbols: Add dso__last_symbol()
Adrian Hunter
2016-09-29
2
-0
/
+16
*
perf record: Fix error paths
Adrian Hunter
2016-09-29
1
-4
/
+4
*
perf record: Rename label 'out_symbol_exit'
Adrian Hunter
2016-09-29
1
-5
/
+5
*
perf script: Fix vanished idle symbols
Adrian Hunter
2016-09-29
1
-5
/
+2
*
perf evsel: Add support for address filters
Mathieu Poirier
2016-09-29
3
-5
/
+41
*
perf evsel: New tracepoint specific function
Mathieu Poirier
2016-09-29
4
-10
/
+13
*
perf tools: Make perf_evsel__append_filter() generic
Mathieu Poirier
2016-09-29
4
-7
/
+12
*
perf tools: Update documentation info about quipper
Simon Que
2016-09-29
1
-1
/
+5
[next]