summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2014-09-18perf tools: Add perf-with-kcore scriptAdrian Hunter3-1/+264
2014-09-18perf tools: Let a user specify a PMU event without any config termsAdrian Hunter2-0/+16
2014-09-18perf tools: Allow to specify lib compile variable for spec usageJiri Olsa1-0/+2
2014-09-18perf kvm stat report: Unify the title bar outputAlexander Yarygin1-8/+6
2014-09-18perf kvm stat report: Enable the target.system_wide flagAlexander Yarygin1-0/+3
2014-09-18perf kvm stat report: Save pid string in opts.target.pidAlexander Yarygin2-4/+3
2014-09-18perf tools powerpc: Fix build issue when DWARF support is disabledAnton Blanchard2-5/+7
2014-09-18perf tools: Add +field argument support for --sort optionJiri Olsa1-1/+36
2014-09-09Merge tag 'v3.17-rc4' into perf/core, to pick up fixesIngo Molnar40-11/+5636
2014-08-30Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds3-11/+11
2014-08-30tools: selftests: fix build issue with make kselftests targetPhong Tran3-11/+11
2014-08-25usbip: move usbip userspace code out of stagingValentina Manea37-0/+5625
2014-08-25Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar55-560/+4601
2014-08-24perf hists browser: Consolidate callchain print functions in TUINamhyung Kim1-123/+80
2014-08-24perf tools: Add +field argument support for --field optionJiri Olsa3-7/+22
2014-08-24perf top: Use set_term_quiet() instead of open coded equivalentJiri Olsa1-7/+2
2014-08-22perf machine: Fallback to MAP__FUNCTION if daddr maps are NULLDon Zickus1-0/+10
2014-08-22perf hists browser: Cleanup callchain print functionsNamhyung Kim1-83/+29
2014-08-22perf tools: Add machine__kernel_ip()Adrian Hunter3-3/+43
2014-08-22perf machine: Rename machine__get_kernel_start_addr() methodAdrian Hunter1-4/+4
2014-08-22perf scripting: Add 'flush' callback to scripting APIAdrian Hunter5-0/+33
2014-08-22perf tests: Add a test for tracking with sched_switchAdrian Hunter4-0/+578
2014-08-20perf hists browser: Factor out hist_browser__show_callchain_entry()Namhyung Kim1-31/+33
2014-08-20perf hists browser: Fix children overhead dumpNamhyung Kim1-1/+1
2014-08-20perf hists browser: Get rid of unused 'remaining' variableNamhyung Kim1-8/+2
2014-08-20perf tools powerpc: Explicitly include util/debug.hSukadev Bhattiprolu1-0/+1
2014-08-20perf symbols: Don't try to find DSOs in SYSV mapsDon Zickus1-0/+1
2014-08-16Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-40/+40
2014-08-16tools/power turbostat: tweak whitespace in output formatLen Brown1-40/+40
2014-08-15perf stat: Use strerror_r instead of strerrorMasami Hiramatsu1-1/+1
2014-08-15perf help: Use strerror_r instead of strerrorMasami Hiramatsu1-4/+16
2014-08-15perf kvm: Use strerror_r instead of strerrorMasami Hiramatsu1-2/+5
2014-08-15perf buildid-cache: Use strerror_r instead of strerrorMasami Hiramatsu1-3/+4
2014-08-15perf sched: Use strerror_r instead of strerrorMasami Hiramatsu1-1/+3
2014-08-15perf test: Use strerror_r instead of strerrorMasami Hiramatsu9-19/+38
2014-08-15perf record: Use strerror_r instead of strerrorMasami Hiramatsu1-3/+4
2014-08-15perf trace: Use strerror_r instead of strerrorMasami Hiramatsu1-2/+4
2014-08-15perf top: Use strerror_r instead of strerrorMasami Hiramatsu1-1/+1
2014-08-15perf util: Replace strerror with strerror_r for thread-safetyMasami Hiramatsu8-14/+36
2014-08-15perf probe: Make error messages thread-safeMasami Hiramatsu3-16/+24
2014-08-15perf: Use strerror_r instead of strerrorMasami Hiramatsu2-3/+10
2014-08-15perf probe: Don't use strerror if strlist__add failedMasami Hiramatsu1-2/+4
2014-08-15perf report: Relax -g option parsing not to limit the option orderNamhyung Kim1-57/+38
2014-08-15perf tools: Annotate PMU related list_head members with type infoCody P Schafer2-5/+5
2014-08-15perf tools: Add arm64 tripletsElliott Hughes1-0/+9
2014-08-15perf annotate: Don't truncate Intel style addressesAlex Converse1-3/+9
2014-08-15perf probe: Warn user to rebuild target with debuginfoMasami Hiramatsu1-18/+23
2014-08-14perf evlist: Add perf_evlist__enable_event_idx()Adrian Hunter2-0/+49
2014-08-14perf tools: Add flags and insn_len to struct sampleAdrian Hunter1-0/+2
2014-08-14perf machine: Add machine__thread_exec_comm()Adrian Hunter3-1/+53