index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf tools: Remove expression with no effect
Florian Fainelli
2016-04-28
1
-1
/
+0
*
perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_ma...
Arnaldo Carvalho de Melo
2016-04-27
16
-18
/
+28
*
perf bench: Remove one more die() call
Arnaldo Carvalho de Melo
2016-04-26
1
-7
/
+15
*
perf tools: Update x86's syscall_64.tbl, adding preadv2 & pwritev2
Arnaldo Carvalho de Melo
2016-04-26
1
-0
/
+2
*
perf probe: Fix module probe issue if no dwarf support
Ravi Bangoria
2016-04-26
1
-3
/
+73
*
perf probe: Fix offline module name missmatch issue
Ravi Bangoria
2016-04-26
1
-14
/
+5
*
perf trace: Read thread's COMM from /proc when not set
Arnaldo Carvalho de Melo
2016-04-26
1
-1
/
+4
*
perf thread: Introduce method to set comm from /proc/pid/self
Arnaldo Carvalho de Melo
2016-04-26
2
-0
/
+21
*
tools lib api fs: Add helper to read string from procfs file
Arnaldo Carvalho de Melo
2016-04-26
2
-0
/
+15
*
perf trace: Do not beautify the 'pid' parameter as a simple integer
Arnaldo Carvalho de Melo
2016-04-26
1
-2
/
+1
*
perf trace: Move perf_flags beautifier to tools/perf/trace/beauty/
Arnaldo Carvalho de Melo
2016-04-26
2
-44
/
+44
*
perf probe: Set default kprobe group name if it is not given
Masami Hiramatsu
2016-04-26
1
-3
/
+7
*
perf probe: Let probe_file__add_event return 0 if succeeded
Masami Hiramatsu
2016-04-26
1
-2
/
+1
*
perf tools: Add lsdir() helper to read a directory
Masami Hiramatsu
2016-04-26
2
-0
/
+37
*
perf probe: Close target file on error path
Masami Hiramatsu
2016-04-26
1
-2
/
+7
*
perf evlist: Enforce ring buffer reading
Wang Nan
2016-04-26
1
-2
/
+10
*
perf hists: Clear dummy entry accumulated period
Kan Liang
2016-04-26
1
-0
/
+2
*
perf intel-pt: Fix off-by-one comparison on maximum code
Colin Ian King
2016-04-26
1
-1
/
+1
*
perf bench futex: Simplify wrapper for LOCK_PI
Davidlohr Bueso
2016-04-26
2
-5
/
+3
*
perf tests: Replace assignment with comparison on assert check
Colin Ian King
2016-04-26
1
-1
/
+1
*
perf tools: Remove duplicate const qualifier
Eric Engestrom
2016-04-25
1
-1
/
+1
*
tools build: Fix perf_clean target
Jiri Olsa
2016-04-25
1
-1
/
+2
*
perf tools: Make the x86 clean quiet
Jiri Olsa
2016-04-25
1
-1
/
+1
*
perf evlist: Decode perf_event_attr->branch_sample_type
Arnaldo Carvalho de Melo
2016-04-25
1
-1
/
+17
*
perf trace: Make --pf honour --min-stack too
Arnaldo Carvalho de Melo
2016-04-25
1
-4
/
+15
*
perf trace: Make --event honour --min-stack too
Arnaldo Carvalho de Melo
2016-04-25
1
-5
/
+16
*
perf script: Fix segfault when printing callchains
Chris Phlipot
2016-04-25
1
-6
/
+6
*
perf trace: Make --pf maj/min/all use callchains too
Arnaldo Carvalho de Melo
2016-04-25
1
-18
/
+41
*
perf trace: Extract evsel contructor from perf_evlist__add_pgfault
Arnaldo Carvalho de Melo
2016-04-25
1
-15
/
+16
*
perf buildid: Fix off-by-one in write_buildid()
Andrey Ryabinin
2016-04-25
1
-3
/
+3
*
Merge tag 'perf-core-for-mingo-20160419' of git://git.kernel.org/pub/scm/linu...
Ingo Molnar
2016-04-23
18
-56
/
+74
|
\
|
*
perf test: Add missing verbose output explaining the reason for failure
Arnaldo Carvalho de Melo
2016-04-19
1
-0
/
+3
|
*
perf test: Ignore kcore files in the "vmlinux matches kallsyms" test
Arnaldo Carvalho de Melo
2016-04-19
1
-1
/
+7
|
*
perf symbols: Allow loading kallsyms without considering kcore files
Arnaldo Carvalho de Melo
2016-04-19
4
-6
/
+22
|
*
perf build: Remove x86 references from arch-neutral Build
Arnaldo Carvalho de Melo
2016-04-19
1
-4
/
+0
|
*
perf jit: memset() variable 'st' using the correct size
Colin Ian King
2016-04-19
1
-2
/
+2
|
*
perf script: Fix postgresql ubuntu install instructions
Chris Phlipot
2016-04-19
1
-3
/
+2
|
*
perf top: Use callchain_param.enabled instead of symbol_conf.use_callchain
Arnaldo Carvalho de Melo
2016-04-18
1
-6
/
+6
|
*
perf hists browser: Fold two consecutive symbol_conf.use_callchain ifs
Arnaldo Carvalho de Melo
2016-04-18
1
-3
/
+2
|
*
perf tools: Ditch record_opts.callgraph_set
Arnaldo Carvalho de Melo
2016-04-18
4
-20
/
+16
|
*
perf report: Use callchain_param.enabled instead of tool specific knob
Arnaldo Carvalho de Melo
2016-04-18
1
-5
/
+6
|
*
perf callchain: Set callchain_param.enabled when parsing --call-graph
Arnaldo Carvalho de Melo
2016-04-18
1
-0
/
+2
|
*
perf script: Check sample->callchain before using it
Arnaldo Carvalho de Melo
2016-04-18
1
-1
/
+1
|
*
perf evsel: Add missign class prefix to has_branch_stack method
Arnaldo Carvalho de Melo
2016-04-18
3
-4
/
+4
|
*
perf trace: Fix build when DWARF unwind isn't available
Arnaldo Carvalho de Melo
2016-04-16
1
-1
/
+1
*
|
Merge branch 'perf/urgent' into perf/core, to resolve conflict
Ingo Molnar
2016-04-23
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Merge tag 'perf-urgent-for-mingo-20160418' of git://git.kernel.org/pub/scm/li...
Ingo Molnar
2016-04-19
1
-1
/
+1
|
|
\
|
|
*
perf intel-pt: Fix segfault tracing transactions
Adrian Hunter
2016-04-18
1
-1
/
+1
*
|
|
perf trace: Bump --mmap-pages when --call-graph is used by the root user
Arnaldo Carvalho de Melo
2016-04-15
2
-1
/
+13
*
|
|
perf evlist: Expose perf_event_mlock_kb_in_pages() helper
Arnaldo Carvalho de Melo
2016-04-15
2
-17
/
+27
[next]