index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-04
Merge tag 'perf-urgent-for-mingo-2' of git://git.kernel.org/pub/scm/linux/ker...
Ingo Molnar
1
-0
/
+10
2016-02-04
Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
4
-26
/
+53
2016-02-04
perf stat: Fix interval output values
Jiri Olsa
1
-0
/
+10
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 tools: tracepoint_error() can receive e=NULL, robustify it
Adrian Hunter
1
-0
/
+3
2016-02-01
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
9
-22
/
+75
2016-01-26
perf stat: Do not clean event's private stats
Jiri Olsa
1
-1
/
+0
2016-01-26
perf hists: Fix HISTC_MEM_DCACHELINE width setting
Jiri Olsa
1
-0
/
+2
2016-01-26
perf annotate browser: Fix behaviour of Shift-Tab with nothing focussed
Markus Trippelsdorf
1
-2
/
+2
2016-01-26
perf tests: Remove wrong semicolon in while loop in CQM test
Markus Trippelsdorf
1
-1
/
+1
2016-01-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
1
-1
/
+1
2016-01-15
perf build: Introduce FEATURES_DUMP make variable
Jiri Olsa
2
-1
/
+17
2016-01-15
perf build: Add feature-dump target
Jiri Olsa
1
-0
/
+11
2016-01-15
perf build: Pass O option to kernel makefile in build-test
Wang Nan
1
-4
/
+5
2016-01-15
perf build: Test correct path of perf in build-test
Wang Nan
1
-7
/
+14
2016-01-15
perf build: Pass O option to Makefile.perf in build-test
Wang Nan
1
-3
/
+11
2016-01-15
perf build: Set parallel making options build-test
Wang Nan
1
-7
/
+16
2016-01-15
perf symbols: Fix reading of build-id from vDSO
Ben Hutchings
1
-1
/
+1
2016-01-15
perf kvm record/report: 'unprocessable sample' error while recording/reportin...
Ravi Bangoria
1
-1
/
+1
2016-01-12
perf tools: Fallback to srcdir/Documentation/tips.txt
Namhyung Kim
2
-6
/
+15
2016-01-12
perf ui/tui: Print helpline message as is
Namhyung Kim
1
-1
/
+1
2016-01-12
perf tools: Set and pass DOCDIR to builtin-report.c
Namhyung Kim
2
-0
/
+4
2016-01-12
perf tools: Add file_only config option to strlist
Namhyung Kim
2
-1
/
+16
2016-01-12
perf tools: Add more usage tips
Namhyung Kim
1
-0
/
+15
2016-01-12
perf record: Add --buildid-all option
Namhyung Kim
2
-6
/
+23
2016-01-12
perf tools: Fix mmap2 event allocation in synthesize code
Wang Nan
1
-2
/
+2
2016-01-12
perf stat: Fix recort_usage typo
Jiri Olsa
1
-4
/
+4
2016-01-12
perf test: Reset err after using it hold errcode in hist testcases
Wang Nan
4
-0
/
+4
2016-01-12
perf test: Fix false TEST_OK result for 'perf test hist'
Wang Nan
1
-5
/
+0
2016-01-12
tools: Move Makefile.arch from perf/config to tools/scripts
Wang Nan
3
-20
/
+16
2016-01-12
perf tools: Fix phony build target for build-test
Wang Nan
1
-1
/
+1
2016-01-12
perf tools: Add -lutil in python lib list for broken python-config
Wang Nan
1
-1
/
+1
2016-01-11
perf tools: Add missing sources to perf's MANIFEST
Jiri Olsa
1
-0
/
+2
2016-01-08
perf evlist: Add --trace-fields option to show trace fields
Namhyung Kim
4
-1
/
+37
2016-01-08
perf record: Store data mmaps for dwarf unwind
Jiri Olsa
1
-1
/
+5
2016-01-08
perf libdw: Check for mmaps also in MAP__VARIABLE tree
Jiri Olsa
1
-0
/
+10
2016-01-08
perf unwind: Check for mmaps also in MAP__VARIABLE tree
Jiri Olsa
1
-0
/
+9
2016-01-08
perf unwind: Use find_map function in access_dso_mem
Jiri Olsa
1
-6
/
+5
2016-01-08
perf evlist: Remove perf_evlist__(enable|disable)_event functions
Jiri Olsa
6
-54
/
+8
2016-01-08
perf evlist: Make perf_evlist__open() open evsels with their cpus and threads...
Adrian Hunter
1
-1
/
+1
2016-01-08
perf report: Show random usage tip on the help line
Namhyung Kim
8
-1
/
+58
2016-01-08
perf hists: Export a couple of hist functions
Namhyung Kim
2
-7
/
+17
2016-01-08
perf diff: Use perf_hpp__register_sort_field interface
Jiri Olsa
1
-1
/
+1
2016-01-08
perf tools: Add overhead/overhead_children keys defaults via string
Jiri Olsa
2
-12
/
+39
2016-01-08
perf tools: Remove list entry from struct sort_entry
Jiri Olsa
1
-2
/
+0
2016-01-08
perf tools: Include all tools/lib directory for tags/cscope/TAGS targets
Jiri Olsa
1
-1
/
+1
2016-01-08
perf script: Align event name properly
Jiri Olsa
1
-2
/
+22
2016-01-08
perf tools: Add missing headers in perf's MANIFEST
Wang Nan
1
-0
/
+2
2016-01-08
perf tools: Do not show trace command if it's not compiled in
Jiri Olsa
2
-1
/
+16
[next]