summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* uprobes/tracing: Introduce is_ret_probe() and uretprobe_dispatcher()Oleg Nesterov2013-04-131-2/+40
* uprobes/tracing: Introduce uprobe_{trace,perf}_print() helpersOleg Nesterov2013-04-131-9/+20
* uprobes/tracing: Generalize struct uprobe_trace_entry_headOleg Nesterov2013-04-132-31/+36
* uprobes/tracing: Kill the pointless local_save_flags/preempt_count callsOleg Nesterov2013-04-131-7/+3
* uprobes/tracing: Kill the pointless seq_print_ip_sym() callOleg Nesterov2013-04-131-7/+1
* uprobes/tracing: Kill the pointless task_pt_regs() callsOleg Nesterov2013-04-131-2/+2
* uretprobes: Documentation updateAnton Arapov2013-04-131-47/+67
* uretprobes: Remove -ENOSYS as return probes implementedAnton Arapov2013-04-131-4/+0
* uretprobes: Limit the depth of return probe nestednessAnton Arapov2013-04-132-0/+14
* uretprobes: Return probe exit, invoke handlersAnton Arapov2013-04-131-1/+64
* uretprobes: Return probe entry, prepare_uretprobe()Anton Arapov2013-04-132-1/+92
* uretprobes/powerpc: Hijack return addressAnton Arapov2013-04-132-0/+14
* uretprobes/x86: Hijack return addressAnton Arapov2013-04-132-0/+30
* uretprobes: Reserve the first slot in xol_vma for trampolineAnton Arapov2013-04-131-0/+25
* uretprobes: Introduce uprobe_consumer->ret_handler()Anton Arapov2013-04-132-3/+17
* uprobes: Change write_opcode() to use copy_*page()Oleg Nesterov2013-04-041-10/+2
* uprobes: Introduce copy_to_page()Oleg Nesterov2013-04-041-6/+8
* uprobes: Kill the unnecesary filp != NULL check in __copy_insn()Oleg Nesterov2013-04-041-3/+0
* uprobes: Change __copy_insn() to use copy_from_page()Oleg Nesterov2013-04-041-11/+2
* uprobes: Turn copy_opcode() into copy_from_page()Oleg Nesterov2013-04-041-4/+4
* uprobes/powerpc: Remove additional trap instruction checkAnanth N Mavinakayanahalli2013-04-041-6/+0
* uprobes/powerpc: Teach uprobes to ignore gdb breakpointsAnanth N Mavinakayanahalli2013-04-041-0/+10
* uprobes: Add trap variant helperAnanth N Mavinakayanahalli2013-04-042-5/+30
* uprobes: Use file_inode()Oleg Nesterov2013-04-041-5/+5
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2013-04-0157-463/+2217
|\
| * perf map browser: Exit just on well known key pressesArnaldo Carvalho de Melo2013-04-011-4/+12
| * perf tools: Remove dependency on libnewtArnaldo Carvalho de Melo2013-04-0112-35/+43
| * perf map browser: Use ui_browser__input_window()Arnaldo Carvalho de Melo2013-04-011-38/+6
| * perf python: Fix dependency for python/perf.soNaohiro Aota2013-04-011-1/+1
| * perf tools: Convert needless static variable to localArnaldo Carvalho de Melo2013-04-011-2/+1
| * Revert "perf sched: Handle PERF_RECORD_EXIT events"Arnaldo Carvalho de Melo2013-04-011-1/+0
| * perf tools: Fix output of symbol_daddr offsetNamhyung Kim2013-04-011-1/+1
| * perf machine: Detect data vs. text mappingsStephane Eranian2013-04-011-1/+9
| * perf tools: Add new mem command for memory access profilingStephane Eranian2013-04-017-0/+295
| * perf report: Add support for mem access profilingStephane Eranian2013-04-011-4/+131
| * perf record: Add support for mem access profilingStephane Eranian2013-04-011-0/+3
| * perf tools: Add mem access sampling core supportStephane Eranian2013-04-0110-10/+525
| * perf tools: Add support for weight v7 (modified)Andi Kleen2013-04-0117-22/+110
| * perf: Add PERF_RECORD_MISC_MMAP_DATA to RECORD_MMAPStephane Eranian2013-04-012-0/+4
| * perf/x86: Add support for PEBS Precise StoreStephane Eranian2013-04-013-2/+54
| * perf/x86: Export PEBS load latency threshold register to sysfsStephane Eranian2013-04-011-0/+3
| * perf/x86: Add memory profiling via PEBS Load LatencyStephane Eranian2013-04-015-10/+178
| * perf: Add generic memory sampling interfaceStephane Eranian2013-04-013-2/+74
| * perf/core: Add weighted samplesAndi Kleen2013-04-013-1/+13
| * perf/x86: Add flags to event constraintsStephane Eranian2013-04-016-7/+16
| * perf/x86: Improve sysfs event mapping with event stringStephane Eranian2013-03-263-8/+30
| * perf/x86: Support CPU specific sysfs eventsAndi Kleen2013-03-262-0/+35
| * perf report: Add --no-demangle optionNamhyung Kim2013-03-265-4/+15
| * perf stat: Add per-core aggregationStephane Eranian2013-03-254-3/+92
| * perf stat: Rename --aggr-socket to --per-socketStephane Eranian2013-03-252-3/+3
OpenPOWER on IntegriCloud