Eugene Syromyatnikov 03b50140c7 bpf: add support for BPF_RAW_TRACEPOINT_OPEN command decoding
* bpf_attr.h (struct BPF_RAW_TRACEPOINT_OPEN_struct): New type
definition.
(BPF_RAW_TRACEPOINT_OPEN_struct_size,
expected_BPF_RAW_TRACEPOINT_OPEN_struct_size): New macros.
* xlat/bpf_commands.in (BPF_RAW_TRACEPOINT_OPEN): New constant,
introduced by Linux commit v4.17-rc1~148^2~19^2~4^2~3.
* xlat/bpf_prog_types.in (BPF_PROG_TYPE_RAW_TRACEPOINT): Likewise.
* bpf.c (BEGIN_BPF_CMD_DECODER(BPF_RAW_TRACEPOINT_OPEN)): New bpf
command decoder.
(SYS_FUNC(bpf)) <bpf_cmd_decoders[]>: Add
BPF_CMD_ENTRY(BPF_RAW_TRACEPOINT_OPEN).
* tests/bpf.c (union bpf_attr_data): Add
BPF_ATTR_DATA_FIELD(BPF_RAW_TRACEPOINT_OPEN).
(BPF_PROG_LOAD_checks): Update.
(init_BPF_RAW_TRACEPOINT_attr2): New function.
(BPF_RAW_TRACEPOINT_OPEN_checks): New checks array.
(main) <checks>: Add CHK(BPF_RAW_TRACEPOINT_OPEN).
2018-05-23 23:27:43 +00:00
..
2014-05-30 21:40:03 +00:00
2018-05-04 17:12:48 +00:00
2018-05-15 21:41:47 +00:00
2017-07-21 01:30:26 +00:00
2014-05-30 21:40:03 +00:00
2014-05-30 21:40:03 +00:00
2015-02-19 20:47:36 +00:00
2015-02-19 20:47:36 +00:00
2015-02-19 20:47:36 +00:00
2015-02-08 02:07:22 +00:00
2015-02-08 02:07:22 +00:00
2014-05-30 21:40:03 +00:00
2015-02-19 01:54:38 +00:00
2014-05-30 21:40:03 +00:00
2018-05-15 21:41:47 +00:00
2016-03-29 00:51:28 +00:00
2018-05-15 21:41:47 +00:00
2016-03-14 21:53:19 +00:00
2018-05-06 15:34:41 +00:00
2015-02-22 02:29:54 +00:00
2016-11-18 15:23:35 +00:00
2015-02-19 21:55:09 +00:00
2015-02-19 21:55:09 +00:00
2015-02-19 21:55:09 +00:00
2015-02-19 21:55:09 +00:00
2014-05-30 21:40:03 +00:00
2015-11-26 01:37:34 +00:00
2014-05-30 21:40:03 +00:00
2015-09-14 15:29:41 +00:00
2015-02-19 21:28:59 +00:00
2014-05-30 21:40:03 +00:00
2014-05-30 21:40:03 +00:00
2014-05-30 21:40:03 +00:00
2018-05-15 21:41:47 +00:00
2017-09-17 12:04:11 +00:00
2015-02-19 21:29:01 +00:00
2015-02-19 21:42:31 +00:00
2015-02-19 21:42:31 +00:00
2017-06-22 18:23:08 +00:00
2014-05-30 21:40:03 +00:00
2017-09-17 12:04:11 +00:00
2014-05-30 21:40:03 +00:00
2017-09-17 12:04:11 +00:00
2018-05-06 15:34:41 +00:00
2018-05-06 15:34:41 +00:00
2014-05-30 21:40:03 +00:00
2014-05-30 21:40:03 +00:00
2018-04-24 00:35:27 +00:00
2014-05-30 21:40:03 +00:00
2014-05-30 21:40:03 +00:00
2018-05-15 13:30:16 +00:00
2014-05-30 21:40:03 +00:00
2014-05-30 21:40:03 +00:00
2014-05-30 21:40:03 +00:00
2014-05-30 21:40:03 +00:00
2018-05-06 15:34:41 +00:00
2017-06-22 18:36:35 +00:00
2014-05-30 21:40:03 +00:00
2018-04-12 23:00:28 +00:00
2014-05-30 21:40:03 +00:00
2015-02-19 01:54:38 +00:00
2015-02-19 01:54:38 +00:00
2015-02-19 01:54:38 +00:00
2015-02-19 01:54:38 +00:00
2015-02-19 01:54:38 +00:00
2014-05-30 21:40:03 +00:00
2014-05-30 21:40:03 +00:00
2016-03-29 00:51:28 +00:00
2014-05-30 21:40:03 +00:00
2014-05-30 21:40:03 +00:00
2014-12-11 23:33:02 +00:00
2017-07-16 22:21:34 +00:00
2015-09-14 13:21:01 +00:00
2015-02-19 01:54:38 +00:00
2017-11-01 02:00:04 +00:00
2014-05-30 21:40:03 +00:00
2017-11-17 00:24:41 +00:00
2015-03-27 22:51:51 +00:00
2015-03-27 22:51:51 +00:00
2018-05-06 15:34:41 +00:00
2015-03-27 22:51:51 +00:00
2014-05-30 21:40:03 +00:00
2014-05-30 21:40:03 +00:00
2015-03-27 22:51:51 +00:00
2014-05-30 21:40:03 +00:00
2014-05-30 21:40:03 +00:00
2014-05-30 21:40:03 +00:00
2014-05-30 21:40:03 +00:00
2016-06-06 18:07:04 +00:00
2014-05-30 21:40:03 +00:00
2014-05-30 21:40:03 +00:00
2014-05-30 21:40:03 +00:00
2014-05-30 21:40:03 +00:00
2014-05-30 21:40:03 +00:00
2014-05-30 21:40:03 +00:00
2016-05-10 10:54:54 +00:00
2016-05-10 10:54:54 +00:00
2016-05-10 10:54:54 +00:00
2015-12-07 00:38:38 +00:00
2017-03-16 12:39:12 +00:00
2017-04-07 01:21:36 +00:00
2017-06-22 21:48:00 +00:00
2017-04-07 01:21:36 +00:00
2017-06-22 21:48:00 +00:00
2017-06-22 21:48:00 +00:00
2016-11-18 15:23:35 +00:00
2017-04-07 01:21:36 +00:00
2018-05-06 15:34:41 +00:00
2014-05-30 21:40:03 +00:00
2014-05-30 21:40:03 +00:00