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
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-19
perf callchain: Factor out adding new call chain entries
Andi Kleen
1
-19
/
+32
2014-11-19
perf tools: Fix annotation with kcore
Adrian Hunter
1
-0
/
+2
2014-11-19
perf symbols: Fallback to kallsyms when using the minimal 'ELF' loader
Arnaldo Carvalho de Melo
1
-1
/
+0
2014-11-19
perf build-id: Move disable_buildid_cache() to util/build-id.c
Namhyung Kim
4
-10
/
+13
2014-11-16
perf tools: Add core support for sampling intr machine state regs
Stephane Eranian
4
-6
/
+86
2014-11-06
perf evsel: Do not call pevent_free_format when deleting tracepoint
Jiri Olsa
1
-2
/
+0
2014-11-06
perf script python: Removing event cache as it's no longer needed
Jiri Olsa
1
-28
/
+6
2014-11-06
perf script perl: Removing event cache as it's no longer needed
Jiri Olsa
1
-23
/
+6
2014-11-06
perf tools: Add test_and_set_bit function
Jiri Olsa
2
-0
/
+19
2014-11-05
perf tools: Make vmlinux short name more like kallsyms short name
Namhyung Kim
1
-0
/
+3
2014-11-05
perf tools: Fix build-id matching on vmlinux
Namhyung Kim
2
-3
/
+15
2014-11-05
perf record: Do not save pathname in ./debug/.build-id directory for vmlinux
Namhyung Kim
2
-5
/
+7
2014-11-05
perf build-id: Move build-id related functions to util/build-id.c
Namhyung Kim
4
-341
/
+349
2014-11-05
perf build-id: Rename dsos__write_buildid_table()
Namhyung Kim
1
-4
/
+2
2014-11-05
perf tools: Add gzip decompression support for kernel module
Namhyung Kim
3
-8
/
+87
2014-11-04
perf symbols: Preparation for compressed kernel module support
Namhyung Kim
5
-3
/
+141
2014-11-03
perf tools: Defer export of comms that were not 'set'
Adrian Hunter
3
-2
/
+67
2014-11-03
perf tools: Add call information to Python export
Adrian Hunter
1
-1
/
+83
2014-11-03
perf tools: Add call information to the database export API
Adrian Hunter
2
-1
/
+63
2014-11-03
perf tools: Add branch_type and in_tx to Python export
Adrian Hunter
1
-1
/
+29
2014-11-03
perf tools: Add branch type to db export
Adrian Hunter
2
-0
/
+54
2014-11-03
perf tools: Enhance the thread stack to output call/return data
Adrian Hunter
2
-5
/
+659
2014-11-03
perf tools: Add a thread stack for synthesizing call chains
Adrian Hunter
5
-0
/
+236
2014-10-29
perf session: Add perf_session__deliver_synth_event()
Adrian Hunter
2
-0
/
+18
2014-10-29
perf tools: Use evlist__for_each in a few remaining places
Arnaldo Carvalho de Melo
2
-3
/
+3
2014-10-29
perf tools: Add id index
Adrian Hunter
7
-4
/
+176
2014-10-29
perf probe: Add --quiet option to suppress output result message
Masami Hiramatsu
1
-9
/
+9
2014-10-29
perf scripting python: Extend interface to export data in a database-friendly...
Adrian Hunter
1
-2
/
+284
2014-10-29
perf tools: Add facility to export data in database-friendly way
Adrian Hunter
7
-0
/
+372
2014-10-29
perf pmu: Add proper error handling to print_pmu_events()
Arnaldo Carvalho de Melo
1
-10
/
+22
2014-10-29
perf tools: Do not attempt to run perf-read-vdso32 if it wasn't built
Adrian Hunter
1
-0
/
+10
2014-10-29
perf tools: Add support for 32-bit compatibility VDSOs
Adrian Hunter
2
-2
/
+172
2014-10-29
perf tools: Build programs to copy 32-bit compatibility
Adrian Hunter
2
-31
/
+36
2014-10-29
perf pmu: Let pmu's with no events show up on perf list
Adrian Hunter
2
-2
/
+12
2014-10-29
perf tools: Ensure return negative value when write header error
Wang Nan
1
-2
/
+5
2014-10-29
perf tools: Add support for exclusive option
Namhyung Kim
2
-11
/
+50
2014-10-29
perf tools: Add PARSE_OPT_DISABLED flag
Namhyung Kim
2
-0
/
+19
2014-10-29
perf callchains: Use thread->mg->machine
Arnaldo Carvalho de Melo
4
-7
/
+5
2014-10-29
perf thread: Adopt resolve_callchain method from machine
Arnaldo Carvalho de Melo
5
-23
/
+21
2014-10-29
perf tools: A thread's machine can be found via thread->mg->machine
Arnaldo Carvalho de Melo
9
-54
/
+36
2014-10-29
perf tools: Set thread->mg.machine in all places
Arnaldo Carvalho de Melo
4
-10
/
+9
2014-10-29
perf tools powerpc: Cache the DWARF debug info
Sukadev Bhattiprolu
1
-0
/
+1
2014-10-29
perf tools: Fix report -F dso_from for data without branch info
Jiri Olsa
1
-2
/
+8
2014-10-29
perf tools: Fix report -F dso_to for data without branch info
Jiri Olsa
1
-2
/
+8
2014-10-29
perf tools: Fix report -F symbol_from for data without branch info
Jiri Olsa
1
-3
/
+13
2014-10-29
perf tools: Fix report -F symbol_to for data without branch info
Jiri Olsa
1
-5
/
+14
2014-10-29
perf tools: Fix report -F mispredict for data without branch info
Jiri Olsa
1
-8
/
+12
2014-10-29
perf tools: Fix report -F in_tx for data without branch info
Jiri Olsa
1
-3
/
+10
2014-10-29
perf tools: Fix report -F abort for data without branch info
Jiri Olsa
1
-3
/
+11
2014-10-29
perf tools: Make CPUINFO_PROC an array to support different kernel versions
Wang Nan
1
-6
/
+21
[prev]
[next]