diff options
| -rw-r--r-- | cachepc/event.c (renamed from cachepc/events.c) | 0 | ||||
| -rw-r--r-- | cachepc/event.h (renamed from cachepc/events.h) | 0 | ||||
| -rw-r--r-- | cachepc/mmu.c | 4 | ||||
| -rw-r--r-- | cachepc/track.c (renamed from cachepc/tracking.c) | 0 | ||||
| -rw-r--r-- | cachepc/track.h (renamed from cachepc/tracking.h) | 0 |
5 files changed, 2 insertions, 2 deletions
diff --git a/cachepc/events.c b/cachepc/event.c index b06e0c0..b06e0c0 100644 --- a/cachepc/events.c +++ b/cachepc/event.c diff --git a/cachepc/events.h b/cachepc/event.h index 646723e..646723e 100644 --- a/cachepc/events.h +++ b/cachepc/event.h diff --git a/cachepc/mmu.c b/cachepc/mmu.c index 695c882..fb21469 100644 --- a/cachepc/mmu.c +++ b/cachepc/mmu.c @@ -1,6 +1,6 @@ -#include "../cachepc/tracking.h" #include "../cachepc/cachepc.h" -#include "../cachepc/events.h" +#include "../cachepc/track.h" +#include "../cachepc/event.h" static void cachepc_uspt_page_fault_handle(struct kvm_vcpu *vcpu, diff --git a/cachepc/tracking.c b/cachepc/track.c index a6b89e3..a6b89e3 100644 --- a/cachepc/tracking.c +++ b/cachepc/track.c diff --git a/cachepc/tracking.h b/cachepc/track.h index d38a205..d38a205 100644 --- a/cachepc/tracking.h +++ b/cachepc/track.h |
