Skip to content

Commit

Permalink
sync: Pull latest bpftool changes from kernel
Browse files Browse the repository at this point in the history
Syncing latest bpftool commits from kernel repository.
Baseline bpf-next commit:   45ee73a0722b9e1d0b7a524d06756291b13b5912
Checkpoint bpf-next commit: 2147c8d07e1abc8dfc3433ca18eed5295e230ede
Baseline bpf commit:        57eb5e1c5c57972c95e8efab6bc81b87161b0b07
Checkpoint bpf commit:      9077fc228f09c9f975c498c55f5d2e882cd0da59

Jiri Olsa (4):
  bpf: Add missed value to kprobe_multi link info
  bpf: Add missed value to kprobe perf link info
  bpftool: Display missed count for kprobe_multi link
  bpftool: Display missed count for kprobe perf link

 include/uapi/linux/bpf.h | 2 ++
 src/link.c               | 6 ++++++
 2 files changed, 8 insertions(+)

Signed-off-by: Quentin Monnet <quentin@isovalent.com>
  • Loading branch information
qmonnet committed Oct 2, 2023
1 parent 58046e2 commit 66c1c8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BPF-CHECKPOINT-COMMIT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
57eb5e1c5c57972c95e8efab6bc81b87161b0b07
9077fc228f09c9f975c498c55f5d2e882cd0da59
2 changes: 1 addition & 1 deletion CHECKPOINT-COMMIT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
45ee73a0722b9e1d0b7a524d06756291b13b5912
2147c8d07e1abc8dfc3433ca18eed5295e230ede

0 comments on commit 66c1c8b

Please sign in to comment.