diff options
Diffstat (limited to 'include/trace/events/tlb.h')
-rw-r--r-- | include/trace/events/tlb.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/trace/events/tlb.h b/include/trace/events/tlb.h index bc8815f45..9d14b1992 100644 --- a/include/trace/events/tlb.h +++ b/include/trace/events/tlb.h @@ -34,13 +34,11 @@ TLB_FLUSH_REASON #define EM(a,b) { a, b }, #define EMe(a,b) { a, b } -TRACE_EVENT_CONDITION(tlb_flush, +TRACE_EVENT(tlb_flush, TP_PROTO(int reason, unsigned long pages), TP_ARGS(reason, pages), - TP_CONDITION(cpu_online(smp_processor_id())), - TP_STRUCT__entry( __field( int, reason) __field(unsigned long, pages) |