xen: remove not used trace functions
There are some Xen specific trace functions defined in include/trace/events/xen.h. Remove them. Signed-off-by: Juergen Gross <jgross@suse.com> Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org> Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com> Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
This commit is contained in:

committed by
Boris Ostrovsky

parent
882bbe56ae
commit
a0e4fd14ba
@@ -248,16 +248,6 @@ TRACE_EVENT(xen_mmu_set_p4d,
|
|||||||
(int)sizeof(p4dval_t) * 2, (unsigned long long)pgd_val(native_make_pgd(__entry->p4dval)),
|
(int)sizeof(p4dval_t) * 2, (unsigned long long)pgd_val(native_make_pgd(__entry->p4dval)),
|
||||||
(int)sizeof(p4dval_t) * 2, (unsigned long long)__entry->p4dval)
|
(int)sizeof(p4dval_t) * 2, (unsigned long long)__entry->p4dval)
|
||||||
);
|
);
|
||||||
|
|
||||||
TRACE_EVENT(xen_mmu_pud_clear,
|
|
||||||
TP_PROTO(pud_t *pudp),
|
|
||||||
TP_ARGS(pudp),
|
|
||||||
TP_STRUCT__entry(
|
|
||||||
__field(pud_t *, pudp)
|
|
||||||
),
|
|
||||||
TP_fast_assign(__entry->pudp = pudp),
|
|
||||||
TP_printk("pudp %p", __entry->pudp)
|
|
||||||
);
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
TRACE_EVENT(xen_mmu_set_pud,
|
TRACE_EVENT(xen_mmu_set_pud,
|
||||||
@@ -277,16 +267,6 @@ TRACE_EVENT(xen_mmu_set_pud,
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
TRACE_EVENT(xen_mmu_pgd_clear,
|
|
||||||
TP_PROTO(pgd_t *pgdp),
|
|
||||||
TP_ARGS(pgdp),
|
|
||||||
TP_STRUCT__entry(
|
|
||||||
__field(pgd_t *, pgdp)
|
|
||||||
),
|
|
||||||
TP_fast_assign(__entry->pgdp = pgdp),
|
|
||||||
TP_printk("pgdp %p", __entry->pgdp)
|
|
||||||
);
|
|
||||||
|
|
||||||
DECLARE_EVENT_CLASS(xen_mmu_ptep_modify_prot,
|
DECLARE_EVENT_CLASS(xen_mmu_ptep_modify_prot,
|
||||||
TP_PROTO(struct mm_struct *mm, unsigned long addr,
|
TP_PROTO(struct mm_struct *mm, unsigned long addr,
|
||||||
pte_t *ptep, pte_t pteval),
|
pte_t *ptep, pte_t pteval),
|
||||||
|
Reference in New Issue
Block a user