Merge branch 'upstream/xen-tracing2' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen
* 'upstream/xen-tracing2' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen: xen/trace: use class for multicall trace xen/trace: convert mmu events to use DECLARE_EVENT_CLASS()/DEFINE_EVENT() xen/multicall: move *idx fields to start of mc_buffer xen/multicall: special-case singleton hypercalls xen/multicalls: add unlikely around slowpath in __xen_mc_entry() xen/multicalls: disable MC_DEBUG xen/mmu: tune pgtable alloc/release xen/mmu: use extend_args for more mmuext updates xen/trace: add tlb flush tracepoints xen/trace: add segment desc tracing xen/trace: add xen_pgd_(un)pin tracepoints xen/trace: add ptpage alloc/release tracepoints xen/trace: add mmu tracepoints xen/trace: add multicall tracing xen/trace: set up tracepoint skeleton xen/multicalls: remove debugfs stats trace/xen: add skeleton for Xen trace events
Showing
- arch/x86/include/asm/xen/hypercall.h 22 additions, 0 deletionsarch/x86/include/asm/xen/hypercall.h
- arch/x86/include/asm/xen/trace_types.h 18 additions, 0 deletionsarch/x86/include/asm/xen/trace_types.h
- arch/x86/xen/Makefile 1 addition, 1 deletionarch/x86/xen/Makefile
- arch/x86/xen/enlighten.c 15 additions, 1 deletionarch/x86/xen/enlighten.c
- arch/x86/xen/mmu.c 113 additions, 26 deletionsarch/x86/xen/mmu.c
- arch/x86/xen/multicalls.c 47 additions, 122 deletionsarch/x86/xen/multicalls.c
- arch/x86/xen/multicalls.h 6 additions, 0 deletionsarch/x86/xen/multicalls.h
- arch/x86/xen/trace.c 61 additions, 0 deletionsarch/x86/xen/trace.c
- include/trace/events/xen.h 504 additions, 0 deletionsinclude/trace/events/xen.h
Loading
Please register or sign in to comment