index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
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 tools: allow user to specify hardware breakpoint bp_len
Jacob Shin
2014-12-03
5
-15
/
+42
*
perf tools: Only override the default :tid comm entry
Adrian Hunter
2014-11-19
1
-3
/
+2
*
perf tools: Add perf-read-vdso32 and perf-read-vdsox32 to .gitignore
Adrian Hunter
2014-11-19
1
-0
/
+2
*
perf evlist: Do not poll events that use the system_wide flag
Adrian Hunter
2014-11-19
1
-1
/
+9
*
perf evsel: Fix ftrace:function event recording
Jiri Olsa
2014-11-19
1
-0
/
+8
*
perf diff: Add missing handler for PERF_RECORD_MMAP2 events
Kan Liang
2014-11-19
1
-0
/
+1
*
perf hists: Fix up srcline histogram key formatting
Arnaldo Carvalho de Melo
2014-11-19
1
-1
/
+1
*
perf annotate: Support source line numbers in annotate
Andi Kleen
2014-11-19
3
-6
/
+38
*
perf tools: Only print base source file for srcline
Andi Kleen
2014-11-19
1
-1
/
+1
*
perf callchain: Use a common function to resolve symbol or name
Andi Kleen
2014-11-19
5
-41
/
+32
*
perf callchain: Use al.addr to set up call chain
Andi Kleen
2014-11-19
1
-1
/
+1
*
perf callchain: Factor out adding new call chain entries
Andi Kleen
2014-11-19
1
-19
/
+32
*
perf tools: Fix annotation with kcore
Adrian Hunter
2014-11-19
1
-0
/
+2
*
perf test: fix typo in python test
WANG Chao
2014-11-19
1
-1
/
+1
*
perf symbols: Fallback to kallsyms when using the minimal 'ELF' loader
Arnaldo Carvalho de Melo
2014-11-19
1
-1
/
+0
*
perf tools: Clean up libelf feature support code
Namhyung Kim
2014-11-19
2
-4
/
+3
*
perf build-id: Move disable_buildid_cache() to util/build-id.c
Namhyung Kim
2014-11-19
4
-10
/
+13
*
perf record: Add new -I option to sample interrupted machine state
Stephane Eranian
2014-11-16
2
-0
/
+8
*
perf/tests: Add interrupted state sample parsing test
Stephane Eranian
2014-11-16
1
-15
/
+40
*
perf tools: Add core support for sampling intr machine state regs
Stephane Eranian
2014-11-16
5
-6
/
+87
*
perf evsel: Do not call pevent_free_format when deleting tracepoint
Jiri Olsa
2014-11-06
1
-2
/
+0
*
perf script python: Removing event cache as it's no longer needed
Jiri Olsa
2014-11-06
1
-28
/
+6
*
perf script perl: Removing event cache as it's no longer needed
Jiri Olsa
2014-11-06
1
-23
/
+6
*
perf tools: Add test_and_set_bit function
Jiri Olsa
2014-11-06
2
-0
/
+19
*
perf tools: Make vmlinux short name more like kallsyms short name
Namhyung Kim
2014-11-05
1
-0
/
+3
*
perf tools: Fix build-id matching on vmlinux
Namhyung Kim
2014-11-05
2
-3
/
+15
*
perf record: Do not save pathname in ./debug/.build-id directory for vmlinux
Namhyung Kim
2014-11-05
3
-5
/
+18
*
perf build-id: Move build-id related functions to util/build-id.c
Namhyung Kim
2014-11-05
4
-341
/
+349
*
perf build-id: Rename dsos__write_buildid_table()
Namhyung Kim
2014-11-05
1
-4
/
+2
*
perf tools: Add gzip decompression support for kernel module
Namhyung Kim
2014-11-05
8
-12
/
+127
*
perf symbols: Preparation for compressed kernel module support
Namhyung Kim
2014-11-04
5
-3
/
+141
*
perf tools: Defer export of comms that were not 'set'
Adrian Hunter
2014-11-03
3
-2
/
+67
*
perf tools: Add call information to Python export
Adrian Hunter
2014-11-03
3
-7
/
+158
*
perf tools: Add call information to the database export API
Adrian Hunter
2014-11-03
2
-1
/
+63
*
perf tools: Add branch_type and in_tx to Python export
Adrian Hunter
2014-11-03
2
-7
/
+55
*
perf tools: Add branch type to db export
Adrian Hunter
2014-11-03
2
-0
/
+54
*
perf tools: Enhance the thread stack to output call/return data
Adrian Hunter
2014-11-03
2
-5
/
+659
*
perf tools: Add a thread stack for synthesizing call chains
Adrian Hunter
2014-11-03
6
-0
/
+238
*
perf session: Add perf_session__deliver_synth_event()
Adrian Hunter
2014-10-29
2
-0
/
+18
*
perf tools: Use evlist__for_each in a few remaining places
Arnaldo Carvalho de Melo
2014-10-29
2
-3
/
+3
*
perf tools: Add id index
Adrian Hunter
2014-10-29
8
-4
/
+177
*
perf probe: Add --quiet option to suppress output result message
Masami Hiramatsu
2014-10-29
2
-9
/
+20
*
perf script: Add Python script to export to postgresql
Adrian Hunter
2014-10-29
3
-0
/
+392
*
perf scripting python: Extend interface to export data in a database-friendly...
Adrian Hunter
2014-10-29
1
-2
/
+284
*
perf tools: Add facility to export data in database-friendly way
Adrian Hunter
2014-10-29
8
-0
/
+374
*
perf pmu: Add proper error handling to print_pmu_events()
Arnaldo Carvalho de Melo
2014-10-29
1
-10
/
+22
*
perf tools: Do not attempt to run perf-read-vdso32 if it wasn't built
Adrian Hunter
2014-10-29
2
-2
/
+16
*
perf tools: Add support for 32-bit compatibility VDSOs
Adrian Hunter
2014-10-29
2
-2
/
+172
*
perf tools: Build programs to copy 32-bit compatibility
Adrian Hunter
2014-10-29
8
-37
/
+149
*
perf pmu: Let pmu's with no events show up on perf list
Adrian Hunter
2014-10-29
2
-2
/
+12
[next]