Skip to content

Commit

Permalink
remove the program_start timestamp hack from .h
Browse files Browse the repository at this point in the history
  • Loading branch information
tanelpoder committed Jan 1, 2025
1 parent 115833d commit e7a6294
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions next/src/xcapture.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ extern FILE *completion_output_file;
#define COMPLETION_CSV_FILE "xcapture_sc_completion.csv"


// global xcapture start time (for syscall duration sanitization later on)
extern __u64 program_start_time;

// to be used with BPF_MAP_TYPE_TASK_STORAGE
struct task_storage {
__u64 sample_ktime;
Expand Down

0 comments on commit e7a6294

Please sign in to comment.