We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70693f commit 9c0a2ffCopy full SHA for 9c0a2ff
src/btf_parser.ml
@@ -152,7 +152,7 @@ let get_tracepoint_program_template category_event btf_path =
152
in
153
154
(* Extract the tracepoint structure from BTF *)
155
- let common_types = [raw_name; typedef_name] in
+ let common_types = [raw_name; typedef_name; "trace_entry"] in
156
let extracted_types = match btf_path with
157
| Some path when Sys.file_exists path ->
158
let binary_types = Btf_binary_parser.parse_btf_file path common_types in
0 commit comments