summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2017-06-24tools/power turbostat: if --debug, print sampling overheadLen Brown1-2/+19
2017-06-24tools/power turbostat: hide SKL counters, when not requestedLen Brown1-13/+45
2017-06-23selftest/net/Makefile: Specify output with $(OUTPUT)SeongJae Park1-2/+1
2017-06-23selftest/intel_pstate/aperf: Use LDLIBS instead of LDFLAGSSeongJae Park1-1/+1
2017-06-23selftest/memfd/Makefile: Fix build errorSeongJae Park1-1/+1
2017-06-23selftests: lib: Skip tests on missing test modulesSumit Semwal2-0/+8
2017-06-22perf probe: Fix probe definition for inlined functionsBjörn Töpel1-1/+1
2017-06-22Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar31-195/+317
2017-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-28/+49
2017-06-21perf script: Fix message because field list option is -F not -fAdrian Hunter1-1/+1
2017-06-21perf tools: Fix message because cpu list option is -C not -cAdrian Hunter1-1/+1
2017-06-21perf intel-pt: Fix transactions_sample_typeAdrian Hunter1-0/+1
2017-06-21perf intel-pt: Remove redundant initial_skip checksAdrian Hunter1-6/+2
2017-06-21perf intel-pt: Add decoder support for CBR eventsAdrian Hunter2-0/+21
2017-06-21perf intel-pt: Add reserved byte to CBR packet payloadAdrian Hunter2-2/+2
2017-06-21perf intel-pt: Add decoder support for ptwrite and power event packetsAdrian Hunter4-8/+293
2017-06-21perf intel-pt: Add documentation for new config termsAdrian Hunter1-0/+36
2017-06-21perf intel-pt: Add default config for pass-through branch enableAdrian Hunter1-0/+5
2017-06-21perf intel-pt: Allow decoding with branch tracing disabledAdrian Hunter3-0/+28
2017-06-21perf intel-pt: Add missing __fallthroughAdrian Hunter1-1/+1
2017-06-21perf intel-pt: Clear FUP flag on errorAdrian Hunter1-0/+2
2017-06-21perf intel-pt: Use FUP always when scanning for an IPAdrian Hunter1-8/+4
2017-06-21perf intel-pt: Ensure never to set 'last_ip' when packet 'count' is zeroAdrian Hunter1-3/+5
2017-06-21perf intel-pt: Fix last_ip usageAdrian Hunter1-2/+11
2017-06-21perf intel-pt: Ensure IP is zero when state is INTEL_PT_STATE_NO_IPAdrian Hunter1-0/+1
2017-06-21perf intel-pt: Fix missing stack clearAdrian Hunter1-0/+1
2017-06-21perf intel-pt: Improve sample timestampAdrian Hunter1-3/+31
2017-06-21perf intel-pt: Move decoder error setting into one conditionAdrian Hunter1-4/+7
2017-06-21perf unwind: Support for powerpcPaolo Bonzini3-1/+76
2017-06-21perf stat: Add support to measure SMI costKan Liang5-0/+100
2017-06-21tools lib api fs: Add sysfs__write_int functionKan Liang2-0/+34
2017-06-21kselftests: timers: Add test for frequency stepMiroslav Lichvar2-2/+271
2017-06-21kselftests: timers: Fix inconsistency-check to not ignore first timestampMiroslav Lichvar1-2/+2
2017-06-20selftests: Introduce tc testsuiteLucas Bates10-0/+1863
2017-06-20perf tools: Remove unused _ALL_SOURCE defineArnaldo Carvalho de Melo1-1/+0
2017-06-20perf tools: Do parameter validation earlier on fetch_kernel_version()Arnaldo Carvalho de Melo1-5/+10
2017-06-20perf evsel: Adopt find_process()Arnaldo Carvalho de Melo3-39/+39
2017-06-20Merge tag 'perf-core-for-mingo-4.13-20170719' of git://git.kernel.org/pub/scm...Ingo Molnar37-161/+496
2017-06-20Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-7/+9
2017-06-20Merge 4.12-rc6 into staging-nextGreg Kroah-Hartman11-38/+78
2017-06-20Merge 4.12-rc6 into usb-nextGreg Kroah-Hartman11-38/+78
2017-06-20perf config: Refactor the code using 'ret' variable in cmd_config()Taeung Song1-17/+13
2017-06-20perf config: Check error cases of {show_spec, set}_config()Taeung Song1-2/+15
2017-06-20perf ftrace: Add -D option for depth filterNamhyung Kim2-0/+34
2017-06-20perf ftrace: Add option for function filteringNamhyung Kim2-6/+141
2017-06-20perf ftrace: Move setup_pager before opening trace_pipeNamhyung Kim1-2/+2
2017-06-20perf ftrace: Show error message when fails to set ftrace filesNamhyung Kim1-2/+5
2017-06-20perf script: Support -F brstackoff,dsoMark Santaniello2-5/+55
2017-06-20perf script: Support -F brstack,dso and brstacksym,dsoMark Santaniello1-12/+49
2017-06-19perf test llvm: Avoid error when PROFILE_ALL_BRANCHES is setWang Nan1-0/+9