summaryrefslogtreecommitdiffstats
path: root/Documentation/crc32.txt (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-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
2013-04-01perf tools: Add support for weight v7 (modified)Andi Kleen17-22/+110
2013-04-01perf: Add PERF_RECORD_MISC_MMAP_DATA to RECORD_MMAPStephane Eranian2-0/+4
2013-04-01perf/x86: Add support for PEBS Precise StoreStephane Eranian3-2/+54
2013-04-01perf/x86: Export PEBS load latency threshold register to sysfsStephane Eranian1-0/+3
2013-04-01perf/x86: Add memory profiling via PEBS Load LatencyStephane Eranian5-10/+178
2013-04-01perf: Add generic memory sampling interfaceStephane Eranian3-2/+74
2013-04-01perf/core: Add weighted samplesAndi Kleen3-1/+13
2013-04-01perf/x86: Add flags to event constraintsStephane Eranian6-7/+16
2013-03-26perf/x86: Improve sysfs event mapping with event stringStephane Eranian3-8/+30
2013-03-26perf/x86: Support CPU specific sysfs eventsAndi Kleen2-0/+35
2013-03-26perf report: Add --no-demangle optionNamhyung Kim5-4/+15
2013-03-25perf stat: Add per-core aggregationStephane Eranian4-3/+92