Skip to content

Commit

Permalink
Fix build issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav92003 committed Oct 19, 2023
1 parent 2d9150c commit 3b50550
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clients/drcachesim/tracer/tracer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,11 @@ struct file_ops_func_t file_ops_func;
static char modlist_path[MAXIMUM_PATH];
static char funclist_path[MAXIMUM_PATH];
static char encoding_path[MAXIMUM_PATH];

#ifdef BUILD_PT_TRACER
static char kallsyms_path[MAXIMUM_PATH];
static char kcore_path[MAXIMUM_PATH];
#endif

static void
append_timestamp_and_cpu_marker(per_thread_t *data)
Expand Down

0 comments on commit 3b50550

Please sign in to comment.