| .. | .. |
|---|
| 27 | 27 | |
|---|
| 28 | 28 | #include "mali_kbase_mipe_proto.h" |
|---|
| 29 | 29 | |
|---|
| 30 | | -/** |
|---|
| 30 | +/* |
|---|
| 31 | 31 | * This header generates MIPE tracepoint declaration BLOB at |
|---|
| 32 | 32 | * compile time. |
|---|
| 33 | 33 | * |
|---|
| .. | .. |
|---|
| 57 | 57 | #define MIPE_HEADER_BLOB_VAR_ATTRIBUTE |
|---|
| 58 | 58 | #endif |
|---|
| 59 | 59 | |
|---|
| 60 | | -/** |
|---|
| 60 | +/* |
|---|
| 61 | 61 | * A compiler attribute for packing structures |
|---|
| 62 | 62 | * |
|---|
| 63 | 63 | * e.g. __packed |
|---|
| .. | .. |
|---|
| 68 | 68 | #define MIPE_HEADER_PACKED_ATTRIBUTE __attribute__((__packed__)) |
|---|
| 69 | 69 | #endif |
|---|
| 70 | 70 | |
|---|
| 71 | | -/** |
|---|
| 71 | +/* |
|---|
| 72 | 72 | * MIPE stream id. |
|---|
| 73 | 73 | * |
|---|
| 74 | 74 | * See enum tl_stream_id. |
|---|
| .. | .. |
|---|
| 98 | 98 | * |
|---|
| 99 | 99 | * Where the first argument is tracepoints name, the second |
|---|
| 100 | 100 | * argument is a short tracepoint description, the third argument |
|---|
| 101 | | - * argument types (see MIPE documentation), and the fourth argument |
|---|
| 101 | + * types (see MIPE documentation), and the fourth argument |
|---|
| 102 | 102 | * is comma separated argument names. |
|---|
| 103 | 103 | */ |
|---|
| 104 | 104 | #if !defined(MIPE_HEADER_TRACEPOINT_LIST) |
|---|
| .. | .. |
|---|
| 140 | 140 | #define MIPE_HEADER_ENUM_LIST |
|---|
| 141 | 141 | #endif |
|---|
| 142 | 142 | |
|---|
| 143 | | -/** |
|---|
| 143 | +/* |
|---|
| 144 | 144 | * The MIPE tracepoint declaration BLOB. |
|---|
| 145 | 145 | */ |
|---|
| 146 | 146 | const struct |
|---|