summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-08tools: Adopt asm-generic/barrier.hArnaldo Carvalho de Melo
2015-05-08perf tools: Move barrier() definition to tools/include/linux/compiler.hArnaldo Carvalho de Melo
2015-05-08perf tools: Move s390 barrier.h stuff to tools/arch/s390/include/asm/barrier.hArnaldo Carvalho de Melo
2015-05-08perf tools: Move powerpc barrier.h stuff to tools/arch/powerpc/include/asm/ba...Arnaldo Carvalho de Melo
2015-05-08perf tools: Move x86 barrier.h stuff to tools/arch/x86/include/asm/barrier.hArnaldo Carvalho de Melo
2015-05-08perf probe: Support $params special probe argumentMasami Hiramatsu
2015-05-08perf probe: Skip kernel symbols which is out of .textMasami Hiramatsu
2015-05-08perf probe: Make --line checks validate C-style function nameMasami Hiramatsu
2015-05-08perf probe: Fix to return 0 when positive value returnedMasami Hiramatsu
2015-05-08perf probe: Fix a typo for the flags of openMasami Hiramatsu
2015-05-08perf probe: Fix to close probe_events file in errorMasami Hiramatsu
2015-05-08perf_event: Don't allow vmalloc() backed perf on powerpcMichael Ellerman
2015-05-08perf: Fix software migrate eventsPeter Zijlstra
2015-05-06Merge tag 'perf-core-for-mingo-3' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2015-05-05perf tools: Move TUI-specific fields out of map_symbolNamhyung Kim
2015-05-05perf hists browser: Simplify zooming code using pstack_peek()Namhyung Kim
2015-05-05perf tools: Introduce pstack_peek()Namhyung Kim
2015-05-05perf hists browser: Split popup menu actions - part 2Namhyung Kim
2015-05-05perf hists browser: Split popup menu actionsNamhyung Kim
2015-05-05perf hists browser: Save perf_session_env in the hist_browserNamhyung Kim
2015-05-05perf hists browser: Save pstack in the hist_browserNamhyung Kim
2015-05-05perf hists browser: Save hist_browser_timer pointer in hist_browserNamhyung Kim
2015-05-05perf hists browser: Fix possible memory leakNamhyung Kim
2015-05-05perf tools: Move init_have_children field to the unnamed unionNamhyung Kim
2015-05-05perf tools: Move TUI-specific fields into unnamed unionNamhyung Kim
2015-05-05perf kmem: Show warning when trying to run stat without recordNamhyung Kim
2015-05-05perf probe: Cleanup and consolidate command parsersMasami Hiramatsu
2015-05-05perf probe: Remove redundant cleanup of params.filterMasami Hiramatsu
2015-05-05perf probe: Accept filter argument for --funcsMasami Hiramatsu
2015-05-05perf probe: Allow to use filter on --del commandMasami Hiramatsu
2015-05-05perf record: Add AUX area tracing Snapshot Mode supportAdrian Hunter
2015-05-05perf tools: Add AUX area tracing Snapshot ModeAdrian Hunter
2015-05-05perf tools: Add support for PERF_RECORD_ITRACE_STARTAdrian Hunter
2015-05-05perf tools: Add support for PERF_RECORD_AUXAdrian Hunter
2015-05-05perf auxtrace: Add option to synthesize events for transactionsAdrian Hunter
2015-05-05perf tools: Add build option NO_AUXTRACE to exclude AUX area tracingAdrian Hunter
2015-05-04perf tools: Hit all build ids when AUX area tracingAdrian Hunter
2015-05-04perf tools: Add AUX area tracing indexAdrian Hunter
2015-05-04perf report: Fix placement of itrace option in documentationAdrian Hunter
2015-05-04perf kmem: Add kmem.default config optionNamhyung Kim
2015-05-04perf kmem: Print gfp flags in human readable stringNamhyung Kim
2015-05-04perf kmem: Add --live option for current allocation statNamhyung Kim
2015-05-04perf kmem: Support sort keys on page analysisNamhyung Kim
2015-05-04perf kmem: Implement stat --page --callerNamhyung Kim
2015-05-04perf probe: Accept filter argument for --listMasami Hiramatsu
2015-05-04perf probe: Accept multiple filter optionsMasami Hiramatsu
2015-05-04perf tools: Add strfilter__string to recover rules stringMasami Hiramatsu
2015-05-04perf tools: Improve strfilter to append additional rulesMasami Hiramatsu
2015-05-04perf probe: Improve detection of file/function name in the probe patternNaveen N. Rao
2015-05-04perf tools: Fix bison-related build failure on CentOS 6Namhyung Kim