index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-02
perf probe: Search both .eh_frame and .debug_frame sections for probe location
Hemant Kumar
2
-26
/
+41
2016-02-02
perf tools: Fix thread lifetime related segfaut in intel_pt
Adrian Hunter
1
-0
/
+9
2016-02-01
perf report: Don't show blank lines if entry has no callchain
Namhyung Kim
1
-1
/
+4
2016-02-01
perf hists browser: Fix percent display in callchains
Namhyung Kim
1
-5
/
+19
2016-02-01
perf hists browser: Pass parent_total to callchain print functions
Namhyung Kim
1
-20
/
+24
2016-02-01
perf hists browser: Fix dump to show correct callchain style
Namhyung Kim
1
-32
/
+41
2016-02-01
perf report: Fix percent display in callchains on --stdio
Namhyung Kim
1
-6
/
+20
2016-02-01
perf callchain: Pass parent_samples to __callchain__fprintf_graph()
Namhyung Kim
1
-6
/
+13
2016-02-01
perf report: Get rid of hist_entry__callchain_fprintf()
Namhyung Kim
1
-25
/
+2
2016-02-01
perf report: Apply --percent-limit to callchains also
Namhyung Kim
1
-2
/
+7
2016-02-01
perf hists: Update hists' total period when adding entries
Namhyung Kim
1
-2
/
+9
2016-02-01
perf hists: Fix min callchain hits calculation
Namhyung Kim
1
-2
/
+11
2016-02-01
perf tools: tracepoint_error() can receive e=NULL, robustify it
Adrian Hunter
1
-0
/
+3
2016-01-31
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
9
-22
/
+75
2016-01-29
perf build: Align the names of the build tests:
Arnaldo Carvalho de Melo
1
-2
/
+4
2016-01-29
perf kvm/powerpc: Add support for HCALL reasons
Hemant Kumar
2
-1
/
+187
2016-01-29
perf kvm/powerpc: Port perf kvm stat to powerpc
Hemant Kumar
6
-0
/
+162
2016-01-29
perf kvm/{x86,s390}: Remove const from kvm_events_tp
Hemant Kumar
3
-3
/
+3
2016-01-29
perf kvm/{x86,s390}: Remove dependency on uapi/kvm_perf.h
Hemant Kumar
4
-14
/
+33
2016-01-29
perf record: Use OPT_BOOLEAN_SET for buildid cache related options
Wang Nan
1
-4
/
+8
2016-01-29
perf tools: Move timestamp creation to util
Wang Nan
3
-13
/
+19
2016-01-29
perf test: Improve bp_signal
Wang Nan
1
-22
/
+118
2016-01-29
perf test: Check environment before start real BPF test
Wang Nan
1
-0
/
+37
2016-01-29
perf buildid: Fix cpumode of buildid event
Wang Nan
1
-1
/
+5
2016-01-29
perf auxtrace: Add perf_evlist pointer to *info_priv_size()
Mathieu Poirier
4
-7
/
+14
2016-01-29
perf tools: Speed up build-tests by reducing the number of builds tested
Arnaldo Carvalho de Melo
1
-2
/
+9
2016-01-29
perf build: Use feature dump file for build-test
Wang Nan
2
-1
/
+34
2016-01-29
perf build: Remove all condition feature check {C,LD}FLAGS
Wang Nan
1
-54
/
+47
2016-01-26
perf cpumap: Auto initialize cpu__max_{node,cpu}
Arnaldo Carvalho de Melo
2
-29
/
+33
2016-01-26
perf hists browser: Skip scripting when perf.data file not available
Namhyung Kim
1
-0
/
+4
2016-01-26
perf build: Select all feature checkers for feature-dump
Wang Nan
1
-0
/
+9
2016-01-26
perf test: Add libbpf relocation checker
Wang Nan
7
-12
/
+98
2016-01-26
perf test: Fixup aliases checking in the 'vmlinux matches kallsyms' test
Arnaldo Carvalho de Melo
1
-19
/
+5
2016-01-26
perf machine: Introduce machine__find_kernel_symbol_by_name()
Arnaldo Carvalho de Melo
1
-0
/
+10
2016-01-26
perf hists browser: Offer non-symbol specific menu options for --sort without...
Namhyung Kim
1
-5
/
+1
2016-01-26
perf hists browser: Be a bit more strict about presenting CPU socket zoom
Namhyung Kim
1
-1
/
+1
2016-01-26
perf hists browser: Offer 'Zoom into DSO'/'Map details' only when sort order ...
Namhyung Kim
2
-2
/
+3
2016-01-26
perf hists browser: Only offer symbol scripting when a symbol is under the cu...
Namhyung Kim
1
-4
/
+6
2016-01-26
perf hists browser: Only 'Zoom into thread' only when sort order has 'pid'
Namhyung Kim
1
-5
/
+7
2016-01-26
perf sort: Provide a way to find out if per-thread bucketing is in place
Namhyung Kim
2
-0
/
+4
2016-01-26
perf config: Document 'hist.percentage' variable in man page
Taeung Song
1
-0
/
+17
2016-01-26
perf config: Document variables for 'annotate' section in man page
Taeung Song
1
-0
/
+110
2016-01-26
perf config: Document 'buildid.dir' variable in man page
Taeung Song
1
-0
/
+15
2016-01-26
perf config: Document variables for 'tui' and 'gtk' sections in man page
Taeung Song
1
-0
/
+10
2016-01-26
perf config: Document variables for 'colors' section in man page
Taeung Song
1
-0
/
+46
2016-01-26
perf annotate: Rename 'colors.code' to 'colors.jump_arrows'
Taeung Song
5
-6
/
+6
2016-01-26
perf tools: Document the perf sysctls
Ben Hutchings
1
-6
/
+9
2016-01-26
perf hists: Cleanup filtering functions
Namhyung Kim
1
-60
/
+29
2016-01-26
perf hists: Remove parent filter check in DSO filter function
Namhyung Kim
1
-3
/
+0
2016-01-26
perf stat: Making several helper functions static
Jiri Olsa
2
-17
/
+7
[prev]
[next]