index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf hists: Make hpp setup function generic
Jiri Olsa
2016-02-03
1
-28
/
+8
*
perf hists: Add 'hpp__equal' callback function
Jiri Olsa
2016-02-03
1
-0
/
+16
*
perf hists: Add 'equal' method to perf_hpp_fmt struct
Jiri Olsa
2016-02-03
3
-22
/
+28
*
perf hists: Use struct perf_hpp_fmt::idx in perf_hpp__reset_width
Jiri Olsa
2016-02-03
1
-10
/
+2
*
perf hists: Add _idx fields into struct perf_hpp_fmt
Jiri Olsa
2016-02-03
2
-11
/
+15
*
perf hists: Introduce perf_evsel__output_resort function
Jiri Olsa
2016-02-03
8
-16
/
+23
*
perf hists: Factor output_resort from hists__output_resort
Jiri Olsa
2016-02-03
1
-8
/
+15
*
Merge tag 'perf-core-for-mingo-3' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
2016-02-03
4
-87
/
+136
|
\
|
*
perf report: Don't show blank lines if entry has no callchain
Namhyung Kim
2016-02-01
1
-1
/
+4
|
*
perf hists browser: Fix percent display in callchains
Namhyung Kim
2016-02-01
1
-5
/
+19
|
*
perf hists browser: Pass parent_total to callchain print functions
Namhyung Kim
2016-02-01
1
-20
/
+24
|
*
perf hists browser: Fix dump to show correct callchain style
Namhyung Kim
2016-02-01
1
-32
/
+41
|
*
perf report: Fix percent display in callchains on --stdio
Namhyung Kim
2016-02-01
1
-6
/
+20
|
*
perf callchain: Pass parent_samples to __callchain__fprintf_graph()
Namhyung Kim
2016-02-01
1
-6
/
+13
|
*
perf report: Get rid of hist_entry__callchain_fprintf()
Namhyung Kim
2016-02-01
1
-25
/
+2
|
*
perf report: Apply --percent-limit to callchains also
Namhyung Kim
2016-02-01
1
-2
/
+7
|
*
perf hists: Update hists' total period when adding entries
Namhyung Kim
2016-02-01
1
-2
/
+9
|
*
perf hists: Fix min callchain hits calculation
Namhyung Kim
2016-02-01
1
-2
/
+11
*
|
Merge tag 'perf-core-for-mingo-2' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
2016-02-03
25
-122
/
+688
|
\
|
|
*
perf build: Align the names of the build tests:
Arnaldo Carvalho de Melo
2016-01-29
1
-2
/
+4
|
*
perf kvm/powerpc: Add support for HCALL reasons
Hemant Kumar
2016-01-29
2
-1
/
+187
|
*
perf kvm/powerpc: Port perf kvm stat to powerpc
Hemant Kumar
2016-01-29
6
-0
/
+162
|
*
perf kvm/{x86,s390}: Remove const from kvm_events_tp
Hemant Kumar
2016-01-29
3
-3
/
+3
|
*
perf kvm/{x86,s390}: Remove dependency on uapi/kvm_perf.h
Hemant Kumar
2016-01-29
4
-14
/
+33
|
*
perf record: Use OPT_BOOLEAN_SET for buildid cache related options
Wang Nan
2016-01-29
1
-4
/
+8
|
*
perf tools: Move timestamp creation to util
Wang Nan
2016-01-29
3
-13
/
+19
|
*
perf test: Improve bp_signal
Wang Nan
2016-01-29
1
-22
/
+118
|
*
perf test: Check environment before start real BPF test
Wang Nan
2016-01-29
1
-0
/
+37
|
*
perf buildid: Fix cpumode of buildid event
Wang Nan
2016-01-29
1
-1
/
+5
|
*
perf auxtrace: Add perf_evlist pointer to *info_priv_size()
Mathieu Poirier
2016-01-29
4
-7
/
+14
|
*
perf tools: Speed up build-tests by reducing the number of builds tested
Arnaldo Carvalho de Melo
2016-01-29
1
-2
/
+9
|
*
perf build: Use feature dump file for build-test
Wang Nan
2016-01-29
2
-1
/
+34
|
*
perf build: Remove all condition feature check {C,LD}FLAGS
Wang Nan
2016-01-29
1
-54
/
+47
|
*
perf build: Fix feature-dump checks, we need to test all features
Jiri Olsa
2016-01-28
1
-0
/
+8
|
*
tools build: Check basic headers for test-compile feature checker
Wang Nan
2016-01-27
1
-0
/
+2
*
|
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2016-02-03
31
-184
/
+507
|
\
|
|
*
perf cpumap: Auto initialize cpu__max_{node,cpu}
Arnaldo Carvalho de Melo
2016-01-26
2
-29
/
+33
|
*
perf hists browser: Skip scripting when perf.data file not available
Namhyung Kim
2016-01-26
1
-0
/
+4
|
*
perf build: Select all feature checkers for feature-dump
Wang Nan
2016-01-26
1
-0
/
+9
|
*
tools build: Allow subprojects select all feature checkers
Wang Nan
2016-01-26
1
-1
/
+20
|
*
perf bpf: Check relocation target section
Wang Nan
2016-01-26
1
-12
/
+22
|
*
perf test: Add libbpf relocation checker
Wang Nan
2016-01-26
7
-12
/
+98
|
*
perf test: Fixup aliases checking in the 'vmlinux matches kallsyms' test
Arnaldo Carvalho de Melo
2016-01-26
1
-19
/
+5
|
*
perf machine: Introduce machine__find_kernel_symbol_by_name()
Arnaldo Carvalho de Melo
2016-01-26
1
-0
/
+10
|
*
perf hists browser: Offer non-symbol specific menu options for --sort without...
Namhyung Kim
2016-01-26
1
-5
/
+1
|
*
perf hists browser: Be a bit more strict about presenting CPU socket zoom
Namhyung Kim
2016-01-26
1
-1
/
+1
|
*
perf hists browser: Offer 'Zoom into DSO'/'Map details' only when sort order ...
Namhyung Kim
2016-01-26
2
-2
/
+3
|
*
perf hists browser: Only offer symbol scripting when a symbol is under the cu...
Namhyung Kim
2016-01-26
1
-4
/
+6
|
*
perf hists browser: Only 'Zoom into thread' only when sort order has 'pid'
Namhyung Kim
2016-01-26
1
-5
/
+7
|
*
perf sort: Provide a way to find out if per-thread bucketing is in place
Namhyung Kim
2016-01-26
2
-0
/
+4
[next]