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
*
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
*
|
|
perf trace: Make --(min,max}-stack imply "--call-graph dwarf"
Arnaldo Carvalho de Melo
2016-04-15
2
-1
/
+18
*
|
|
perf record: Export record_opts based callchain parsing helper
Arnaldo Carvalho de Melo
2016-04-15
2
-15
/
+26
*
|
|
perf trace: Introduce --min-stack filter
Arnaldo Carvalho de Melo
2016-04-15
2
-18
/
+41
*
|
|
perf trace: Do not print interrupted syscalls when using --duration
Arnaldo Carvalho de Melo
2016-04-15
1
-1
/
+1
*
|
|
perf evsel: Move fprintf methods to separate source file
Arnaldo Carvalho de Melo
2016-04-15
3
-206
/
+213
*
|
|
perf trace: Add --max-stack knob
Arnaldo Carvalho de Melo
2016-04-15
2
-1
/
+17
*
|
|
perf script: Add --max-stack knob
Arnaldo Carvalho de Melo
2016-04-15
2
-0
/
+15
*
|
|
perf tools: Remove addr_location argument to sample__fprintf_callchain
Arnaldo Carvalho de Melo
2016-04-15
3
-10
/
+5
*
|
|
perf evsel: Require that callchains be resolved before calling fprintf_{sym,c...
Arnaldo Carvalho de Melo
2016-04-15
4
-54
/
+48
*
|
|
perf symbols: Move fprintf routines to separate object file
Arnaldo Carvalho de Melo
2016-04-15
5
-71
/
+78
*
|
|
perf evsel: Remove symbol_conf usage
Arnaldo Carvalho de Melo
2016-04-14
3
-5
/
+7
*
|
|
perf callchain: Start moving away from global per thread cursors
Arnaldo Carvalho de Melo
2016-04-14
9
-22
/
+33
*
|
|
perf trace: Move socket_type beautifier to tools/perf/trace/beauty/
Arnaldo Carvalho de Melo
2016-04-14
2
-59
/
+61
*
|
|
perf config: Make show_config() use perf_config_set
Taeung Song
2016-04-14
1
-7
/
+32
*
|
|
perf config: Introduce perf_config_set class
Taeung Song
2016-04-14
2
-0
/
+199
*
|
|
perf record: Add '--timestamp-filename' option to append timestamp to output ...
Wang Nan
2016-04-14
1
-4
/
+49
*
|
|
perf record: Turns auxtrace_snapshot_enable into 3 states
Wang Nan
2016-04-14
1
-10
/
+49
*
|
|
perf data: Add perf_data_file__switch() helper
Wang Nan
2016-04-14
2
-1
/
+51
*
|
|
perf session: Make ordered_events reusable
Wang Nan
2016-04-14
1
-1
/
+5
*
|
|
perf ordered_events: Introduce reinit()
Wang Nan
2016-04-14
2
-0
/
+10
*
|
|
perf trace: Move eventfd beautifiers to trace/beauty/ directory
Arnaldo Carvalho de Melo
2016-04-14
2
-40
/
+39
[next]