summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-12perf record: Fix to honor user freq/interval properlyNamhyung Kim1-2/+2
2014-06-12Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar6-44/+57
2014-06-12Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar25-41/+611
2014-06-10perf timechart: Reflow documentationStanislav Fomichev1-21/+20
2014-06-10perf probe: Improve error messages in --line optionMasami Hiramatsu1-3/+3
2014-06-09perf probe: Improve an error message of perf probe --vars modeMasami Hiramatsu2-2/+11
2014-06-09perf probe: Show error code and description in verbose modeMasami Hiramatsu1-9/+14
2014-06-09perf probe: Improve error message for unknown member of data structureMasami Hiramatsu1-3/+2
2014-06-09perf tests: Show the inner make output when an error happensArnaldo Carvalho de Melo1-5/+2
2014-06-09perf tools: Emit more precise message for missing glibc static libraryArnaldo Carvalho de Melo1-1/+5
2014-06-09perf tools: Add dcacheline sortDon Zickus5-1/+113
2014-06-09perf tools: Add support to dynamically get cacheline sizeDon Zickus3-0/+3
2014-06-09perf tools: Add cpumode to struct hist_entryDon Zickus2-3/+5
2014-06-09perf report: Add mem-mode documentation to report commandDon Zickus1-0/+22
2014-06-09Revert "perf: Disable PERF_RECORD_MMAP2 support"Don Zickus4-19/+22
2014-06-09perf tools: Update mmap2 interface with protection and flag bitsDon Zickus5-5/+32
2014-06-09perf: Pass protection and flags bits through mmap2 interfacePeter Zijlstra2-0/+34
2014-06-09perf script/python: Print array argument as stringNamhyung Kim1-0/+1
2014-06-09perf tools: Prettify the tags/TAGS/cscope targets outputJiri Olsa1-3/+3
2014-06-09perf tools: Fix pipe check regression in attr event callbackJiri Olsa1-1/+1
2014-06-08tools lib traceevent: Added support for __get_bitmask() macroSteven Rostedt (Red Hat)4-0/+122
2014-06-08tools lib traceevent: Add options to function pluginSteven Rostedt (Red Hat)1-6/+37
2014-06-08tools lib traceevent: Add options to pluginsSteven Rostedt2-3/+209
2014-06-08tools lib traceevent: Add flag to not load event pluginsSteven Rostedt (Red Hat)2-1/+8
2014-06-06perf: Differentiate exec() and non-exec() comm eventsAdrian Hunter5-10/+19
2014-06-06Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare...Ingo Molnar623-4166/+7845
2014-06-06perf: Fix perf_event_comm() vs. exec() assumptionPeter Zijlstra3-13/+20
2014-06-05Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2-20/+19
2014-06-05uprobes/x86: Rename arch_uprobe->def to ->defparam, minor comment updatesOleg Nesterov2-20/+19
2014-06-05perf/documentation: Add description for conditional branch filterAnshuman Khandual1-1/+2
2014-06-05perf/x86: Add conditional branch filtering supportAnshuman Khandual1-0/+5
2014-06-05perf/tool: Add conditional branch filter 'cond' to perf recordAnshuman Khandual1-0/+1
2014-06-05perf: Add new conditional branch filter 'PERF_SAMPLE_BRANCH_COND'Anshuman Khandual1-1/+2
2014-06-05uprobes: Teach copy_insn() to support tmpfsOleg Nesterov1-5/+10
2014-06-05uprobes: Shift ->readpage check from __copy_insn() to uprobe_register()Oleg Nesterov1-3/+3
2014-06-05perf/x86: Use common PMU interrupt disabled codeVince Weaver1-9/+9
2014-06-05perf/ARM: Use common PMU interrupt disabled codeVince Weaver2-3/+7
2014-06-05perf: Disable sampled events if no PMU interruptVince Weaver2-0/+17
2014-06-05perf: Fix use after free in perf_remove_from_context()Peter Zijlstra1-2/+2
2014-06-05Merge branch 'perf/kprobes' into perf/coreIngo Molnar34-432/+583
2014-06-05Merge branch 'perf/uprobes' into perf/coreIngo Molnar8-317/+402
2014-06-05Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar10-64/+132
2014-06-05Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2-4/+7
2014-06-04perf probe: Fix perf probe to find correct variable DIEMasami Hiramatsu1-2/+5
2014-06-04perf probe: Fix a segfault if asked for variable it doesn't findMasami Hiramatsu1-2/+2
2014-06-03perf tools: Fix 'make help' message errorJianyu Zhan2-3/+3
2014-06-03perf record: Fix poll return value propagationJiri Olsa1-1/+5
2014-06-03perf tools: Move elide bool into perf_hpp_fmt structJiri Olsa4-40/+68
2014-06-03perf tools: Remove elide setup for SORT_MODE__MEMORY modeJiri Olsa1-13/+0
2014-06-03perf tools: Fix "==" into "=" in ui_browser__warning assignmentzhangdianfang1-1/+1