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
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf report: Move hist browser selection code to separate function
Arnaldo Carvalho de Melo
2014-01-13
1
-33
/
+46
*
perf report: Move logic to warn about kptr_restrict'ed kernels to separate fu...
Arnaldo Carvalho de Melo
2014-01-13
1
-26
/
+30
*
tools perf: Comment typo fix
Cody P Schafer
2014-01-13
1
-1
/
+1
*
perf stat: Fix --delay option in man page
Andi Kleen
2014-01-13
1
-1
/
+1
*
perf tools: Make perf_event__synthesize_mmap_events global
Jiri Olsa
2014-01-13
2
-6
/
+13
*
perf machine: Fix id_hdr_size initialization
Jiri Olsa
2014-01-13
1
-0
/
+1
*
perf tools: Automate setup of FEATURE_CHECK_(C|LD)FLAGS-all variables
Jiri Olsa
2014-01-13
1
-3
/
+11
*
perf trace: Pack 'struct trace'
Arnaldo Carvalho de Melo
2014-01-13
1
-8
/
+9
*
perf header: Pack 'struct perf_session_env'
Arnaldo Carvalho de Melo
2014-01-13
1
-5
/
+5
*
tools lib traceevent: Shut up plugins make message
Jiri Olsa
2014-01-13
1
-1
/
+4
*
tools lib traceevent: Replace tabs with spaces for all non-commands statements
Jiri Olsa
2014-01-13
1
-27
/
+27
*
perf tests: Fix installation tests path setup
Jiri Olsa
2014-01-13
1
-10
/
+20
*
perf tools: Move arch setup into seprate Makefile
Jiri Olsa
2014-01-13
2
-34
/
+40
*
perf stat: Remove misplaced __maybe_unused
Arnaldo Carvalho de Melo
2014-01-13
1
-1
/
+1
*
perf tests: Fixup leak on error path in parse events test
Arnaldo Carvalho de Melo
2014-01-13
1
-3
/
+3
*
perf evlist: Auto unmap on destructor
Arnaldo Carvalho de Melo
2014-01-13
11
-24
/
+13
*
perf evlist: Close fds on destructor
Arnaldo Carvalho de Melo
2014-01-13
11
-26
/
+10
*
perf evlist: Move destruction of maps to evlist destructor
Arnaldo Carvalho de Melo
2014-01-13
15
-58
/
+32
*
perf record: Remove old evsel_list usage
Arnaldo Carvalho de Melo
2014-01-13
1
-24
/
+19
*
perf evlist: Move the SIGUSR1 error reporting logic to prepare_workload
Arnaldo Carvalho de Melo
2014-01-13
7
-40
/
+32
*
perf evlist: Send the errno in the signal when workload fails
Arnaldo Carvalho de Melo
2014-01-13
3
-11
/
+60
*
perf stat: Don't show counter information when workload fails
Arnaldo Carvalho de Melo
2014-01-13
1
-1
/
+25
*
perf tools: Use zfree to help detect use after free bugs
Arnaldo Carvalho de Melo
2013-12-27
29
-81
/
+84
*
perf tools: Introduce zfree
Arnaldo Carvalho de Melo
2013-12-27
22
-103
/
+56
*
perf tools: No need to test against NULL before calling free()
Arnaldo Carvalho de Melo
2013-12-26
7
-62
/
+31
*
perf ui/tui: Implement header window
Namhyung Kim
2013-12-26
4
-0
/
+136
*
perf ui/tui: Split help message for perf top and report
Namhyung Kim
2013-12-26
1
-19
/
+30
*
perf ui/tui: Protect windows by ui__lock
Namhyung Kim
2013-12-26
1
-3
/
+16
*
perf probe: Support basic dwarf-based operations on uprobe events
Masami Hiramatsu
2013-12-26
4
-17
/
+138
*
perf probe: Expand given path to absolute path
Masami Hiramatsu
2013-12-26
2
-10
/
+16
*
perf config: Ignore generated files in feature-checks
Chunwei Chen
2013-12-23
3
-58
/
+60
*
perf tools: Do not synthesize the treads of default guest.
Dongsheng Yang
2013-12-23
1
-0
/
+9
*
perf tools: Use machine->pid for tgid if machine is guest.
Dongsheng Yang
2013-12-23
1
-2
/
+6
*
perf tools: Set event->header.misc to PERF_RECORD_MISC_GUEST_USER if machine ...
Dongsheng Yang
2013-12-23
1
-1
/
+4
*
perf tools: Find the proc info under machine->root_dir.
Dongsheng Yang
2013-12-23
1
-3
/
+8
*
perf tools: Add support for PERF_RECORD_MISC_GUEST_USER in thread__find_addr_...
Dongsheng Yang
2013-12-23
1
-8
/
+3
*
perf kvm: Fix kvm report without guestmount.
Dongsheng Yang
2013-12-23
1
-1
/
+6
*
perf report: Print session information only if --stdio is given
Namhyung Kim
2013-12-20
1
-7
/
+9
*
perf report: Use pr_*() functions where applicable
Namhyung Kim
2013-12-20
1
-4
/
+4
*
perf symbols: Add 'machine' member to struct addr_location
Arnaldo Carvalho de Melo
2013-12-19
10
-32
/
+26
*
perf mem: Remove unused parameter from dump_raw_samples()
Arnaldo Carvalho de Melo
2013-12-19
1
-3
/
+2
*
perf scripting perl: Shorten function signatures
Arnaldo Carvalho de Melo
2013-12-19
1
-13
/
+7
*
perf scripting python: Shorten function signatures
Arnaldo Carvalho de Melo
2013-12-19
1
-17
/
+9
*
perf ui browser: Remove misplaced __maybe_unused
Arnaldo Carvalho de Melo
2013-12-19
1
-1
/
+1
*
perf report: Rename 'perf_report' to 'report'
Arnaldo Carvalho de Melo
2013-12-19
1
-42
/
+31
*
tools lib traceevent: Use global 'O' processing code
Jiri Olsa
2013-12-19
1
-9
/
+4
*
tools lib traceevent: Use global QUIET_CLEAN build output
Jiri Olsa
2013-12-19
1
-2
/
+3
*
tools lib traceevent: Use global QUIET_INSTALL build output
Jiri Olsa
2013-12-19
1
-10
/
+11
*
tools lib traceevent: Use global QUIET_LINK build output
Jiri Olsa
2013-12-19
1
-8
/
+3
*
tools lib traceevent: Add global QUIET_CC_FPIC build output
Jiri Olsa
2013-12-19
2
-14
/
+3
[next]