index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
perf scripting: Don't die if scripting can't be setup, disable it
Arnaldo Carvalho de Melo
2016-10-28
1
-18
/
+15
*
|
perf scripting: Avoid leaking the scripting_context variable
Arnaldo Carvalho de Melo
2016-10-28
1
-2
/
+4
*
|
perf list: Support matching by topic
Andi Kleen
2016-10-28
1
-1
/
+3
*
|
perf tools: Introduce timestamp__scnprintf_usec()
Namhyung Kim
2016-10-28
2
-0
/
+11
*
|
perf list: Make vendor event matching case insensitive
Andi Kleen
2016-10-24
3
-7
/
+19
*
|
perf tools: Use normal error reporting when processing PERF_RECORD_READ events
Arnaldo Carvalho de Melo
2016-10-24
2
-24
/
+61
*
|
perf tools: Normalize sq_quote_argv() error reporting
Arnaldo Carvalho de Melo
2016-10-24
1
-1
/
+1
*
|
perf hists browser: Dynamically change verbosity level
Alexis Berlemont
2016-10-24
1
-5
/
+12
*
|
perf tools: Fix typo "No enough" to "Not enough"
Alexander Alemayhu
2016-10-24
2
-8
/
+8
*
|
perf pmu: Only print Using CPUID message once
Andi Kleen
2016-10-24
1
-1
/
+5
*
|
perf jit: Check JITHEADER_VERSION
Stefano Sanfilippo
2016-10-24
1
-0
/
+6
*
|
perf jit: Generate .eh_frame/.eh_frame_hdr in DSO
Stefano Sanfilippo
2016-10-24
3
-7
/
+109
*
|
perf jit: Add unwinding support
Stefano Sanfilippo
2016-10-24
2
-3
/
+66
*
|
perf jit: Do not assume pgoff is zero
Stefano Sanfilippo
2016-10-24
1
-2
/
+2
*
|
perf jit: Make perf skip unknown records
Stefano Sanfilippo
2016-10-24
1
-3
/
+3
*
|
perf jit: Enable jitdump support without dwarf
Maciej Debski
2016-10-24
3
-3
/
+10
*
|
perf jit: Add NT_GNU_BUILD_ID definition for older distros
Arnaldo Carvalho de Melo
2016-10-24
1
-0
/
+4
*
|
perf jit: Avoid returning garbage for a ret variable
Arnaldo Carvalho de Melo
2016-10-24
1
-1
/
+1
*
|
perf tools: Implement branch_type event parameter
Andi Kleen
2016-10-24
5
-43
/
+71
*
|
perf header: Display feature name on write failure
Jiri Olsa
2016-10-24
1
-1
/
+1
*
|
perf header: Display missing features
Jiri Olsa
2016-10-24
1
-1
/
+9
*
|
perf report: Move captured info to generic header info
Jiri Olsa
2016-10-24
2
-10
/
+9
*
|
perf intel-pt/bts: Report instruction bytes and length in sample
Andi Kleen
2016-10-24
6
-1
/
+19
*
|
perf intel-pt/bts: Tidy instruction buffer size usage
Adrian Hunter
2016-10-24
5
-23
/
+16
*
|
perf c2c report: Limit the cachelines table entries
Jiri Olsa
2016-10-21
2
-0
/
+2
*
|
perf c2c report: Add src line sort key
Jiri Olsa
2016-10-19
2
-1
/
+2
*
|
perf c2c: Introduce c2c_add_stats function
Jiri Olsa
2016-10-19
2
-0
/
+31
*
|
perf c2c: Introduce c2c_decode_stats function
Jiri Olsa
2016-10-19
2
-0
/
+134
|
/
*
perf jevents: Handle events including .c and .o
Wang Nan
2016-10-17
1
-2
/
+2
*
perf header: Set nr_numa_nodes only when we parsed all the data
Jiri Olsa
2016-10-13
1
-1
/
+1
*
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 tools: Make alias matching case-insensitive
Andi Kleen
2016-10-04
1
-1
/
+1
*
perf tools: Allow period= in perf stat CPU event descriptions.
Sukadev Bhattiprolu
2016-10-04
1
-0
/
+1
*
perf list jevents: Add support for event list topics
Andi Kleen
2016-10-04
2
-10
/
+28
*
perf list: Support long jevents descriptions
Sukadev Bhattiprolu
2016-10-04
4
-9
/
+18
*
perf pmu: Add override support for event list CPUID
Andi Kleen
2016-10-04
1
-1
/
+7
*
perf list: Add a --no-desc flag
Andi Kleen
2016-10-04
4
-6
/
+6
*
perf tools: Query terminal width and use in perf list
Andi Kleen
2016-10-04
1
-1
/
+2
*
perf pmu: Support alias descriptions
Andi Kleen
2016-10-04
2
-16
/
+68
*
perf pmu: Use pmu_events table to create aliases
Sukadev Bhattiprolu
2016-10-04
2
-0
/
+61
*
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 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
[prev]
[next]