summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-24perf hists: Rename hists__inc_stats()Namhyung Kim
2014-04-24perf report: Count number of entries separatelyNamhyung Kim
2014-04-22Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2014-04-22perf callchain: Add generic report parse callchain callback functionDon Zickus
2014-04-22perf kmem: Utilize the new generic cpunode_mapDon Zickus
2014-04-22perf tools: Use cpu/possible instead of cpu/kernel_maxDon Zickus
2014-04-22perf tools: Allow ability to map cpus to nodes easilyDon Zickus
2014-04-22perf tools: Fix pmu object compilation errorJiri Olsa
2014-04-18perf/x86: Export perf_assign_events()Yan, Zheng
2014-04-18hrtimer: Export __hrtimer_start_range_ns()Yan, Zheng
2014-04-18perf: Allow building PMU drivers as modulesYan, Zheng
2014-04-18Merge branch 'perf/urgent' into perf/core, to pick up PMU driver fixes.Ingo Molnar
2014-04-18perf/x86/intel: Use rdmsrl_safe() when initializing RAPL PMUVenkatesh Srinivas
2014-04-18Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar
2014-04-17uprobes/x86: Emulate relative conditional "near" jmp'sOleg Nesterov
2014-04-17uprobes/x86: Emulate relative conditional "short" jmp'sOleg Nesterov
2014-04-17uprobes/x86: Emulate relative call'sOleg Nesterov
2014-04-17uprobes/x86: Emulate nop's using ops->emulate()Oleg Nesterov
2014-04-17uprobes/x86: Emulate unconditional relative jmp'sOleg Nesterov
2014-04-17uprobes/x86: Introduce sizeof_long(), cleanup adjust_ret_addr() and arch_uret...Oleg Nesterov
2014-04-17uprobes/x86: Teach arch_uprobe_post_xol() to restart if possibleOleg Nesterov
2014-04-17uprobes/x86: Send SIGILL if arch_uprobe_post_xol() failsOleg Nesterov
2014-04-17uprobes/x86: Conditionalize the usage of handle_riprel_insn()Oleg Nesterov
2014-04-17uprobes/x86: Introduce uprobe_xol_ops and arch_uprobe->opsOleg Nesterov
2014-04-17uprobes/x86: move the UPROBE_FIX_{RIP,IP,CALL} code at the end of pre/post hooksOleg Nesterov
2014-04-17uprobes/x86: Gather "riprel" functions togetherOleg Nesterov
2014-04-17uprobes/x86: Kill the "ia32_compat" check in handle_riprel_insn(), remove "mm...Oleg Nesterov
2014-04-17uprobes/x86: Fold prepare_fixups() into arch_uprobe_analyze_insn()Oleg Nesterov
2014-04-17uprobes: Kill UPROBE_SKIP_SSTEP and can_skip_sstep()Oleg Nesterov
2014-04-17kprobes/x86: Fix page-fault handling logicMasami Hiramatsu
2014-04-17Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2014-04-16Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-04-16Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-04-16Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-04-16Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-04-16Merge tag 'fbdev-fixes-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-04-16Merge tag 'pinctrl-v3.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2014-04-16Merge tag 'please-pull-ia64-erratum' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-04-16[IA64] Change default PSR.ac from '1' to '0' (Fix erratum #237)Tony Luck
2014-04-16perf sched: Introduce --list-cmds for use by scriptsRamkumar Ramachandra
2014-04-16perf lock: Introduce --list-cmds for use by scriptsRamkumar Ramachandra
2014-04-16perf mem: Introduce --list-cmds for use by scriptsRamkumar Ramachandra
2014-04-16perf kmem: Introduce --list-cmds for use by scriptsRamkumar Ramachandra
2014-04-16perf tools: Show absolute percentage by defaultNamhyung Kim
2014-04-16perf ui/tui: Add 'F' hotkey to toggle percentage outputNamhyung Kim
2014-04-16perf tools: Add hist.percentage config optionNamhyung Kim
2014-04-16perf diff: Add --percentage optionNamhyung Kim
2014-04-16perf top: Add --percentage optionNamhyung Kim
2014-04-16perf report: Add --percentage optionNamhyung Kim