Skip to content

Commit 2fcff87

Browse files
committed
37: clean up
1 parent 8071527 commit 2fcff87

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

37-tracepoint-sched_process_exec/main.bpf.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@ struct {
1212
} events SEC(".maps");
1313

1414

15-
struct {
16-
__uint(type, BPF_MAP_TYPE_HASH);
17-
__uint(max_entries, 10240);
18-
__type(key, u64);
19-
__type(value, struct event_t);
20-
} filename_ptrs SEC(".maps");
21-
22-
2315
SEC("tracepoint/sched/sched_process_exec")
2416
int tracepoint__sched__sched_process_exec(
2517
struct trace_event_raw_sched_process_exec *ctx) {

0 commit comments

Comments
 (0)