Merge branch 'tracing-core-for-linus' of...
Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip * 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: (44 commits) vsnprintf: remove duplicate comment of vsnprintf softirq: add BLOCK_IOPOLL to softirq_to_name oprofile: fix oprofile regression: select RING_BUFFER_ALLOW_SWAP tracing: switch function prints from %pf to %ps vsprintf: add %ps that is the same as %pS but is like %pf tracing: Fix minor bugs for __unregister_ftrace_function_probe tracing: remove notrace from __kprobes annotation tracing: optimize global_trace_clock cachelines MAINTAINERS: Update tracing tree details ftrace: document function and function graph implementation tracing: make testing syscall events a separate configuration tracing: remove some unused macros ftrace: add compile-time check on F_printk() tracing: fix F_printk() typos tracing: have TRACE_EVENT macro use __flags to not shadow parameter tracing: add static to generated TRACE_EVENT functions ring-buffer: typecast cmpxchg to fix PowerPC warning tracing: add filter event logic to special, mmiotrace and boot tracers tracing: remove trace_event_types.h tracing: use the new trace_entries.h to create format files ...
No related branches found
No related tags found
Showing
- Documentation/trace/events.txt 183 additions, 1 deletionDocumentation/trace/events.txt
- Documentation/trace/ftrace-design.txt 233 additions, 0 deletionsDocumentation/trace/ftrace-design.txt
- Documentation/trace/ftrace.txt 6 additions, 0 deletionsDocumentation/trace/ftrace.txt
- MAINTAINERS 5 additions, 2 deletionsMAINTAINERS
- arch/Kconfig 1 addition, 0 deletionsarch/Kconfig
- arch/x86/include/asm/nops.h 2 additions, 0 deletionsarch/x86/include/asm/nops.h
- arch/x86/kernel/entry_64.S 3 additions, 3 deletionsarch/x86/kernel/entry_64.S
- include/asm-generic/vmlinux.lds.h 3 additions, 2 deletionsinclude/asm-generic/vmlinux.lds.h
- include/linux/ftrace_event.h 3 additions, 3 deletionsinclude/linux/ftrace_event.h
- include/linux/kprobes.h 2 additions, 2 deletionsinclude/linux/kprobes.h
- include/trace/events/block.h 3 additions, 1 deletioninclude/trace/events/block.h
- include/trace/events/irq.h 11 additions, 10 deletionsinclude/trace/events/irq.h
- include/trace/ftrace.h 4 additions, 4 deletionsinclude/trace/ftrace.h
- kernel/softirq.c 1 addition, 1 deletionkernel/softirq.c
- kernel/trace/Kconfig 25 additions, 3 deletionskernel/trace/Kconfig
- kernel/trace/ftrace.c 44 additions, 114 deletionskernel/trace/ftrace.c
- kernel/trace/ring_buffer.c 7 additions, 10 deletionskernel/trace/ring_buffer.c
- kernel/trace/trace.c 121 additions, 6 deletionskernel/trace/trace.c
- kernel/trace/trace.h 77 additions, 199 deletionskernel/trace/trace.h
- kernel/trace/trace_boot.c 6 additions, 2 deletionskernel/trace/trace_boot.c
Loading
Please register or sign in to comment