summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)Author
2014-09-17perf probe: Do not access kallsyms when analyzing user binariesMasami Hiramatsu
2014-09-17perf symbols: Add path to Ubuntu kernel debuginfo fileAnton Blanchard
2014-09-17perf symbols: Ignore stripped vmlinux and fallback to kallsymsAnton Blanchard
2014-09-17perf tools: define _DEFAULT_SOURCE for glibc_2.20Chanho Park
2014-09-17perf tools: Don't include sys/poll.h directlyArnaldo Carvalho de Melo
2014-09-17perf tools: Fix GNU-only grep usage in MakefileJohn Spencer
2014-09-17perf tools: Disable kernel symbol demangling by defaultAvi Kivity
2014-09-17perf tool: fix compilation for ARMStephane Eranian
2014-09-17perf tools: Add perf_pmu__scan_file()Adrian Hunter
2014-09-17perf tools: Let default config be defined for a PMUAdrian Hunter
2014-09-17perf tools: Add perf-with-kcore scriptAdrian Hunter
2014-09-17perf tools: Let a user specify a PMU event without any config termsAdrian Hunter
2014-09-17perf tools: Allow to specify lib compile variable for spec usageJiri Olsa
2014-09-17perf kvm stat report: Unify the title bar outputAlexander Yarygin
2014-09-17perf kvm stat report: Enable the target.system_wide flagAlexander Yarygin
2014-09-17perf kvm stat report: Save pid string in opts.target.pidAlexander Yarygin
2014-09-17perf tools powerpc: Fix build issue when DWARF support is disabledAnton Blanchard
2014-09-17perf tools: Add +field argument support for --sort optionJiri Olsa
2014-09-09Merge tag 'v3.17-rc4' into perf/core, to pick up fixesIngo Molnar
2014-08-29Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds
2014-08-29tools: selftests: fix build issue with make kselftests targetPhong Tran
2014-08-25usbip: move usbip userspace code out of stagingValentina Manea
2014-08-24Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2014-08-24perf hists browser: Consolidate callchain print functions in TUINamhyung Kim
2014-08-24perf tools: Add +field argument support for --field optionJiri Olsa
2014-08-24perf top: Use set_term_quiet() instead of open coded equivalentJiri Olsa
2014-08-22perf machine: Fallback to MAP__FUNCTION if daddr maps are NULLDon Zickus
2014-08-22perf hists browser: Cleanup callchain print functionsNamhyung Kim
2014-08-22perf tools: Add machine__kernel_ip()Adrian Hunter
2014-08-22perf machine: Rename machine__get_kernel_start_addr() methodAdrian Hunter
2014-08-22perf scripting: Add 'flush' callback to scripting APIAdrian Hunter
2014-08-22perf tests: Add a test for tracking with sched_switchAdrian Hunter
2014-08-20perf hists browser: Factor out hist_browser__show_callchain_entry()Namhyung Kim
2014-08-20perf hists browser: Fix children overhead dumpNamhyung Kim
2014-08-20perf hists browser: Get rid of unused 'remaining' variableNamhyung Kim
2014-08-20perf tools powerpc: Explicitly include util/debug.hSukadev Bhattiprolu
2014-08-20perf symbols: Don't try to find DSOs in SYSV mapsDon Zickus
2014-08-16Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2014-08-15tools/power turbostat: tweak whitespace in output formatLen Brown
2014-08-15perf stat: Use strerror_r instead of strerrorMasami Hiramatsu
2014-08-15perf help: Use strerror_r instead of strerrorMasami Hiramatsu
2014-08-15perf kvm: Use strerror_r instead of strerrorMasami Hiramatsu
2014-08-15perf buildid-cache: Use strerror_r instead of strerrorMasami Hiramatsu
2014-08-15perf sched: Use strerror_r instead of strerrorMasami Hiramatsu
2014-08-15perf test: Use strerror_r instead of strerrorMasami Hiramatsu
2014-08-15perf record: Use strerror_r instead of strerrorMasami Hiramatsu
2014-08-15perf trace: Use strerror_r instead of strerrorMasami Hiramatsu
2014-08-15perf top: Use strerror_r instead of strerrorMasami Hiramatsu
2014-08-15perf util: Replace strerror with strerror_r for thread-safetyMasami Hiramatsu
2014-08-15perf probe: Make error messages thread-safeMasami Hiramatsu