diff options
| author | 2018-03-08 09:21:07 -0600 | |
|---|---|---|
| committer | 2018-03-08 09:21:07 -0600 | |
| commit | c679fa6e3aaa5c58fc514b5b88cfa82774b8d390 (patch) | |
| tree | 0c10b339368bd1795152a66a4e245e6f654fb3ec /include/trace | |
| parent | of: unittest: fix an error test in of_unittest_overlay_8() (diff) | |
| parent | scripts: turn off some new dtc warnings by default (diff) | |
Merge branch 'dtc-update' into dt/next
Diffstat (limited to 'include/trace')
| -rw-r--r-- | include/trace/events/xen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trace/events/xen.h b/include/trace/events/xen.h index b8adf05c534e..7dd8f34c37df 100644 --- a/include/trace/events/xen.h +++ b/include/trace/events/xen.h @@ -368,7 +368,7 @@ TRACE_EVENT(xen_mmu_flush_tlb, TP_printk("%s", "") ); -TRACE_EVENT(xen_mmu_flush_tlb_single, +TRACE_EVENT(xen_mmu_flush_tlb_one_user, TP_PROTO(unsigned long addr), TP_ARGS(addr), TP_STRUCT__entry( |
