summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-04-16Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar9-164/+526
2013-04-15uprobes/perf: Avoid perf_trace_buf_prepare/submit if ->perf_events is emptyOleg Nesterov1-1/+4
2013-04-13uprobes/tracing: Don't pass addr=ip to perf_trace_buf_submit()Oleg Nesterov1-5/+3
2013-04-13uprobes/tracing: Change create_trace_uprobe() to support uretprobesOleg Nesterov1-4/+7
2013-04-13uprobes/tracing: Make seq_printf() code uretprobe-friendlyOleg Nesterov1-4/+13
2013-04-13uprobes/tracing: Make register_uprobe_event() paths uretprobe-friendlyOleg Nesterov1-4/+15
2013-04-13uprobes/tracing: Make uprobe_{trace,perf}_print() uretprobe-friendlyOleg Nesterov1-9/+25
2013-04-13uprobes/tracing: Introduce is_ret_probe() and uretprobe_dispatcher()Oleg Nesterov1-2/+40
2013-04-13uprobes/tracing: Introduce uprobe_{trace,perf}_print() helpersOleg Nesterov1-9/+20
2013-04-13uprobes/tracing: Generalize struct uprobe_trace_entry_headOleg Nesterov2-31/+36
2013-04-13uprobes/tracing: Kill the pointless local_save_flags/preempt_count callsOleg Nesterov1-7/+3
2013-04-13uprobes/tracing: Kill the pointless seq_print_ip_sym() callOleg Nesterov1-7/+1
2013-04-13uprobes/tracing: Kill the pointless task_pt_regs() callsOleg Nesterov1-2/+2
2013-04-13uretprobes: Documentation updateAnton Arapov1-47/+67
2013-04-13uretprobes: Remove -ENOSYS as return probes implementedAnton Arapov1-4/+0
2013-04-13uretprobes: Limit the depth of return probe nestednessAnton Arapov2-0/+14
2013-04-13uretprobes: Return probe exit, invoke handlersAnton Arapov1-1/+64
2013-04-13uretprobes: Return probe entry, prepare_uretprobe()Anton Arapov2-1/+92
2013-04-13uretprobes/powerpc: Hijack return addressAnton Arapov2-0/+14
2013-04-13uretprobes/x86: Hijack return addressAnton Arapov2-0/+30
2013-04-13uretprobes: Reserve the first slot in xol_vma for trampolineAnton Arapov1-0/+25
2013-04-13uretprobes: Introduce uprobe_consumer->ret_handler()Anton Arapov2-3/+17
2013-04-10perf/x86: Add Sandy Bridge constraints for CYCLE_ACTIVITY.*Andi Kleen1-0/+2
2013-04-08kprobes/x86: Just return error for sanity check failure instead of using BUG_ONMasami Hiramatsu1-1/+5
2013-04-08kprobes: Move __kprobes definition into compiler.hMasami Hiramatsu2-5/+7
2013-04-08perf: Fix comments in PERF_MEM_LVL bitmaskStephane Eranian1-2/+2
2013-04-08Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/...Ingo Molnar587-3180/+6342
2013-04-06oprofile, s390: Add support for IBM zEnterprise EC12Andreas Krebbel1-0/+1
2013-04-04uprobes: Change write_opcode() to use copy_*page()Oleg Nesterov1-10/+2
2013-04-04uprobes: Introduce copy_to_page()Oleg Nesterov1-6/+8
2013-04-04uprobes: Kill the unnecesary filp != NULL check in __copy_insn()Oleg Nesterov1-3/+0
2013-04-04uprobes: Change __copy_insn() to use copy_from_page()Oleg Nesterov1-11/+2
2013-04-04uprobes: Turn copy_opcode() into copy_from_page()Oleg Nesterov1-4/+4
2013-04-04uprobes/powerpc: Remove additional trap instruction checkAnanth N Mavinakayanahalli1-6/+0
2013-04-04uprobes/powerpc: Teach uprobes to ignore gdb breakpointsAnanth N Mavinakayanahalli1-0/+10
2013-04-04uprobes: Add trap variant helperAnanth N Mavinakayanahalli2-5/+30
2013-04-04uprobes: Use file_inode()Oleg Nesterov1-5/+5
2013-04-01Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar57-463/+2217
2013-04-01perf map browser: Exit just on well known key pressesArnaldo Carvalho de Melo1-4/+12
2013-04-01perf tools: Remove dependency on libnewtArnaldo Carvalho de Melo12-35/+43
2013-04-01perf map browser: Use ui_browser__input_window()Arnaldo Carvalho de Melo1-38/+6
2013-04-01perf python: Fix dependency for python/perf.soNaohiro Aota1-1/+1
2013-04-01perf tools: Convert needless static variable to localArnaldo Carvalho de Melo1-2/+1
2013-04-01Revert "perf sched: Handle PERF_RECORD_EXIT events"Arnaldo Carvalho de Melo1-1/+0
2013-04-01perf tools: Fix output of symbol_daddr offsetNamhyung Kim1-1/+1
2013-04-01perf machine: Detect data vs. text mappingsStephane Eranian1-1/+9
2013-04-01perf tools: Add new mem command for memory access profilingStephane Eranian7-0/+295
2013-04-01perf report: Add support for mem access profilingStephane Eranian1-4/+131
2013-04-01perf record: Add support for mem access profilingStephane Eranian1-0/+3
2013-04-01perf tools: Add mem access sampling core supportStephane Eranian10-10/+525