summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-13uprobes/tracing: Change create_trace_uprobe() to support uretprobesOleg Nesterov
2013-04-13uprobes/tracing: Make seq_printf() code uretprobe-friendlyOleg Nesterov
2013-04-13uprobes/tracing: Make register_uprobe_event() paths uretprobe-friendlyOleg Nesterov
2013-04-13uprobes/tracing: Make uprobe_{trace,perf}_print() uretprobe-friendlyOleg Nesterov
2013-04-13uprobes/tracing: Introduce is_ret_probe() and uretprobe_dispatcher()Oleg Nesterov
2013-04-13uprobes/tracing: Introduce uprobe_{trace,perf}_print() helpersOleg Nesterov
2013-04-13uprobes/tracing: Generalize struct uprobe_trace_entry_headOleg Nesterov
2013-04-13uprobes/tracing: Kill the pointless local_save_flags/preempt_count callsOleg Nesterov
2013-04-13uprobes/tracing: Kill the pointless seq_print_ip_sym() callOleg Nesterov
2013-04-13uprobes/tracing: Kill the pointless task_pt_regs() callsOleg Nesterov
2013-04-13uretprobes: Documentation updateAnton Arapov
2013-04-13uretprobes: Remove -ENOSYS as return probes implementedAnton Arapov
2013-04-13uretprobes: Limit the depth of return probe nestednessAnton Arapov
2013-04-13uretprobes: Return probe exit, invoke handlersAnton Arapov
2013-04-13uretprobes: Return probe entry, prepare_uretprobe()Anton Arapov
2013-04-13uretprobes/powerpc: Hijack return addressAnton Arapov
2013-04-13uretprobes/x86: Hijack return addressAnton Arapov
2013-04-13uretprobes: Reserve the first slot in xol_vma for trampolineAnton Arapov
2013-04-13uretprobes: Introduce uprobe_consumer->ret_handler()Anton Arapov
2013-04-04uprobes: Change write_opcode() to use copy_*page()Oleg Nesterov
2013-04-04uprobes: Introduce copy_to_page()Oleg Nesterov
2013-04-04uprobes: Kill the unnecesary filp != NULL check in __copy_insn()Oleg Nesterov
2013-04-04uprobes: Change __copy_insn() to use copy_from_page()Oleg Nesterov
2013-04-04uprobes: Turn copy_opcode() into copy_from_page()Oleg Nesterov
2013-04-04uprobes/powerpc: Remove additional trap instruction checkAnanth N Mavinakayanahalli
2013-04-04uprobes/powerpc: Teach uprobes to ignore gdb breakpointsAnanth N Mavinakayanahalli
2013-04-04uprobes: Add trap variant helperAnanth N Mavinakayanahalli
2013-04-04uprobes: Use file_inode()Oleg Nesterov
2013-04-01Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2013-04-01perf map browser: Exit just on well known key pressesArnaldo Carvalho de Melo
2013-04-01perf tools: Remove dependency on libnewtArnaldo Carvalho de Melo
2013-04-01perf map browser: Use ui_browser__input_window()Arnaldo Carvalho de Melo
2013-04-01perf python: Fix dependency for python/perf.soNaohiro Aota
2013-04-01perf tools: Convert needless static variable to localArnaldo Carvalho de Melo
2013-04-01Revert "perf sched: Handle PERF_RECORD_EXIT events"Arnaldo Carvalho de Melo
2013-04-01perf tools: Fix output of symbol_daddr offsetNamhyung Kim
2013-04-01perf machine: Detect data vs. text mappingsStephane Eranian
2013-04-01perf tools: Add new mem command for memory access profilingStephane Eranian
2013-04-01perf report: Add support for mem access profilingStephane Eranian
2013-04-01perf record: Add support for mem access profilingStephane Eranian
2013-04-01perf tools: Add mem access sampling core supportStephane Eranian
2013-04-01perf tools: Add support for weight v7 (modified)Andi Kleen
2013-04-01perf: Add PERF_RECORD_MISC_MMAP_DATA to RECORD_MMAPStephane Eranian
2013-04-01perf/x86: Add support for PEBS Precise StoreStephane Eranian
2013-04-01perf/x86: Export PEBS load latency threshold register to sysfsStephane Eranian
2013-04-01perf/x86: Add memory profiling via PEBS Load LatencyStephane Eranian
2013-04-01perf: Add generic memory sampling interfaceStephane Eranian
2013-04-01perf/core: Add weighted samplesAndi Kleen
2013-04-01perf/x86: Add flags to event constraintsStephane Eranian
2013-03-26perf/x86: Improve sysfs event mapping with event stringStephane Eranian