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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
perf diff: Fix -o/--order option behavior (again)
Namhyung Kim
2017-02-02
1
-0
/
+7
|
|
|
/
/
|
|
/
|
|
*
|
|
|
perf tools: Create for_each_event macro for tracepoints iteration
Taeung Song
2017-01-31
1
-20
/
+18
*
|
|
|
tools perf util: Make rm_rf(path) argument const
Joe Stringer
2017-01-31
2
-2
/
+2
*
|
|
|
perf callchain: Reference count maps
Krister Johansen
2017-01-31
3
-2
/
+22
*
|
|
|
perf tools: Propagate perf_config() errors
Arnaldo Carvalho de Melo
2017-01-27
6
-11
/
+33
*
|
|
|
perf config: Do not consider an error not to have any perfconfig file
Arnaldo Carvalho de Melo
2017-01-27
1
-6
/
+8
*
|
|
|
Merge tag 'perf-core-for-mingo-4.11-20170126' of git://git.kernel.org/pub/scm...
Ingo Molnar
2017-01-26
9
-40
/
+211
|
\
\
\
\
|
*
|
|
|
perf util: Add more debug message on failure path
Namhyung Kim
2017-01-26
2
-18
/
+39
|
*
|
|
|
perf util: Save pid-cmdline mapping into tracing header
Namhyung Kim
2017-01-26
4
-3
/
+84
|
*
|
|
|
perf scripting perl: Do not die() when not founding event for a type
Arnaldo Carvalho de Melo
2017-01-26
1
-2
/
+4
|
*
|
|
|
perf probe: Delete an unnecessary assignment in try_to_find_absolute_address()
Markus Elfring
2017-01-26
1
-3
/
+2
|
*
|
|
|
perf probe: Delete an unnecessary check in try_to_find_absolute_address()
Markus Elfring
2017-01-26
1
-4
/
+2
|
*
|
|
|
perf unwind: Fix looking up dwarf unwind stack info
Matija Glavinic Pecotic
2017-01-18
2
-16
/
+86
*
|
|
|
|
Merge branch 'linus' into perf/core, to pick up fixes
Ingo Molnar
2017-01-25
3
-41
/
+72
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
/
/
/
|
|
/
/
/
|
*
|
|
perf probe: Fix to probe on gcc generated functions in modules
Masami Hiramatsu
2017-01-16
3
-18
/
+37
|
*
|
|
perf probe: Add error checks to offline probe post-processing
Masami Hiramatsu
2017-01-16
1
-17
/
+33
|
*
|
|
perf probe: Fix to show correct locations for events on modules
Masami Hiramatsu
2017-01-16
1
-7
/
+3
|
|
/
/
*
|
|
perf evlist: Fix typo in deliver_sample()
Soramichi AKIYAMA
2017-01-17
1
-1
/
+1
*
|
|
perf tools: Move two variables usied in libperf from perf.c
Soramichi AKIYAMA
2017-01-17
2
-0
/
+3
*
|
|
perf pmu: Factor out scale conversion code
Andi Kleen
2017-01-16
1
-28
/
+34
*
|
|
perf record: Add switch-output size warning
Jiri Olsa
2017-01-11
2
-1
/
+3
*
|
|
perf tools: Add unit_number__scnprintf function
Jiri Olsa
2017-01-11
3
-2
/
+20
*
|
|
perf evlist: Fix typo in perf_evlist__start_workload()
Soramichi Akiyama
2017-01-11
1
-1
/
+1
*
|
|
perf machine: Add a kallsyms loading constructor
Arnaldo Carvalho de Melo
2017-01-11
2
-0
/
+20
|
/
/
*
|
perf probe: Fix to probe on gcc generated symbols for offline kernel
Masami Hiramatsu
2017-01-04
1
-1
/
+47
*
|
perf probe: Fix --funcs to show correct symbols for offline module
Masami Hiramatsu
2017-01-04
1
-19
/
+6
*
|
perf symbols: Robustify reading of build-id from sysfs
Arnaldo Carvalho de Melo
2017-01-03
1
-0
/
+6
*
|
perf probe: Fix to get correct modname from elf header
Masami Hiramatsu
2017-01-02
1
-16
/
+16
|
/
*
perf diff: Do not overwrite valid build id
Kan Liang
2016-12-20
1
-1
/
+2
*
perf annotate: Don't throw error for zero length symbols
Ravi Bangoria
2016-12-20
1
-1
/
+2
*
perf annotate: Fix jump target outside of function address range
Ravi Bangoria
2016-12-15
2
-7
/
+12
*
perf annotate: Support jump instruction with target as second operand
Ravi Bangoria
2016-12-15
1
-1
/
+5
*
perf evsel: Allow to ignore missing pid
Jiri Olsa
2016-12-15
2
-0
/
+45
*
perf thread_map: Add thread_map__remove function
Jiri Olsa
2016-12-15
2
-0
/
+23
*
perf evsel: Use variable instead of repeating lengthy FD macro
Jiri Olsa
2016-12-15
1
-8
/
+9
*
perf callchain: Introduce callchain_cursor__copy()
Namhyung Kim
2016-12-07
2
-0
/
+30
*
perf annotate: Show raw form for jump instruction with indirect target
Ravi Bangoria
2016-12-05
1
-0
/
+3
*
perf clang: Compile BPF script using builtin clang support
Wang Nan
2016-12-05
3
-4
/
+66
*
perf clang: Support compile IR to BPF object and add testcase
Wang Nan
2016-12-05
4
-6
/
+74
*
perf clang: Update test case to use real BPF script
Wang Nan
2016-12-05
2
-3
/
+40
*
perf clang: Allow passing CFLAGS to builtin clang
Wang Nan
2016-12-05
3
-12
/
+22
*
perf clang: Use real file system for #include
Wang Nan
2016-12-05
2
-12
/
+35
*
perf clang: Add builtin clang support ant test case
Wang Nan
2016-12-05
6
-0
/
+163
*
perf llvm: Extract helpers in llvm-utils.c
Wang Nan
2016-12-05
3
-18
/
+68
*
perf tools: Pass context to perf hook functions
Wang Nan
2016-12-05
2
-5
/
+11
*
perf annotate: AArch64 support
Kim Phillips
2016-12-01
1
-0
/
+5
*
perf annotate: Use arch->objdump.comment_char in dec__parse()
Kim Phillips
2016-12-01
1
-1
/
+1
*
perf tools: Move parse_nsec_time to time-utils.c
David Ahern
2016-12-01
4
-36
/
+37
*
perf tools: Add time-based utility functions
David Ahern
2016-12-01
3
-0
/
+98
*
perf script: Add option to stop printing callchain
David Ahern
2016-11-29
3
-2
/
+20
[prev]
[next]