/kernel/linux/linux-5.10/include/trace/events/ |
H A D | migrate.h | 13 EMe(MIGRATE_SYNC, "MIGRATE_SYNC") 23 EMe(MR_CONTIG_RANGE, "contig_range") 30 #undef EMe macro 32 #define EMe(a, b) TRACE_DEFINE_ENUM(a); macro 38 * Now redefine the EM() and EMe() macros to map the enums to the strings 42 #undef EMe macro 44 #define EMe(a, b) {a, b} macro
|
H A D | tlb.h | 16 EMe( TLB_REMOTE_SEND_IPI, "remote ipi send" ) 23 #undef EMe macro 25 #define EMe(a,b) TRACE_DEFINE_ENUM(a); macro 30 * Now redefine the EM() and EMe() macros to map the enums to the strings 34 #undef EMe macro 36 #define EMe(a,b) { a, b } macro
|
H A D | mmflags.h | 204 EMe(COMPACT_CONTENDED, "contended") 221 EMe(COMPACTION_PROGRESS, "progress") 226 EMe(COMPACT_PRIO_ASYNC, "COMPACT_PRIO_ASYNC") 256 EMe(ZONE_MOVABLE,"Movable") 263 EMe(LRU_UNEVICTABLE, "unevictable") 270 #undef EMe macro 272 #define EMe(a, b) TRACE_DEFINE_ENUM(a); macro 281 * Now redefine the EM() and EMe() macros to map the enums to the strings 285 #undef EMe macro 287 #define EMe( macro [all...] |
H A D | sock.h | 16 EMe(AF_INET6) 23 EMe(IPPROTO_MPTCP) 37 EMe(TCP_NEW_SYN_RECV) 41 EMe(SK_MEM_RECV) 45 #undef EMe macro 47 #define EMe(a) TRACE_DEFINE_ENUM(a); macro 55 #undef EMe macro 57 #define EMe(a) { a, #a } macro
|
H A D | huge_memory.h | 37 EMe(SCAN_PAGE_HAS_PRIVATE, "page_has_private") \ 40 #undef EMe macro 42 #define EMe(a, b) TRACE_DEFINE_ENUM(a); macro 47 #undef EMe macro 49 #define EMe(a, b) {a, b} macro
|
H A D | 9p.h | 78 EMe(P9_RWSTAT, "P9_RWSTAT" ) 82 #undef EMe macro 84 #define EMe(a, b) TRACE_DEFINE_ENUM(a); macro 89 * Now redefine the EM() and EMe() macros to map the enums to the strings 93 #undef EMe macro 95 #define EMe(a, b) { a, b } macro
|
H A D | ufs.h | 17 EMe(UIC_LINK_HIBERN8_STATE) 22 EMe(UFS_POWERDOWN_PWR_MODE) 28 EMe(REQ_CLKS_ON) 32 #undef EMe macro 34 #define EMe(a) TRACE_DEFINE_ENUM(a); macro 41 * Now redefine the EM() and EMe() macros to map the enums to the strings 45 #undef EMe macro 47 #define EMe(a) { a, #a } macro
|
H A D | v4l2.h | 13 #undef EMe macro 15 #define EMe(a, b) TRACE_DEFINE_ENUM(a); macro 34 EMe(V4L2_BUF_TYPE_PRIVATE, "PRIVATE" ) 51 EMe( V4L2_FIELD_INTERLACED_BT, "INTERLACED_BT" ) 56 * Now redefine the EM() and EMe() macros to map the enums to the strings 60 #undef EMe macro 62 #define EMe(a, b) {a, b} macro
|
H A D | writeback.h | 28 #undef EMe macro 30 #define EMe(a,b) TRACE_DEFINE_ENUM(a); macro 39 EMe(WB_REASON_FORKER_THREAD, "forker_thread") 44 * Now redefine the EM() and EMe() macros to map the enums to the strings 48 #undef EMe macro 50 #define EMe(a,b) { a, b } macro
|
H A D | btrfs.h | 67 EMe(BTRFS_RESERVE_FLUSH_ALL_STEAL, "BTRFS_RESERVE_FLUSH_ALL_STEAL") 72 EMe(BTRFS_FILE_EXTENT_PREALLOC, "PREALLOC") 77 EMe(BTRFS_QGROUP_RSV_META_PREALLOC, "META_PREALLOC") 90 EMe(IO_TREE_SELFTEST, "SELFTEST") 102 EMe(COMMIT_TRANS, "COMMIT_TRANS") 110 #undef EMe macro 112 #define EMe(a, b) TRACE_DEFINE_ENUM(a); macro 121 * Now redefine the EM and EMe macros to map the enums to the strings that will 126 #undef EMe macro 128 #define EMe( macro [all...] |
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | error_report.h | 29 EMe(ERROR_DETECTOR_WARN, "warning") 30 /* Always end the list with an EMe. */ 33 #undef EMe macro 36 #define EMe(a, b) TRACE_DEFINE_ENUM(a); macro 41 #undef EMe macro 44 #define EMe(a, b) { a, b } macro
|
H A D | tlb.h | 16 EMe( TLB_REMOTE_SEND_IPI, "remote ipi send" ) 23 #undef EMe macro 25 #define EMe(a,b) TRACE_DEFINE_ENUM(a); macro 30 * Now redefine the EM() and EMe() macros to map the enums to the strings 34 #undef EMe macro 36 #define EMe(a,b) { a, b } macro
|
H A D | migrate.h | 13 EMe(MIGRATE_SYNC, "MIGRATE_SYNC") 25 EMe(MR_DEMOTION, "demotion") 32 #undef EMe macro 34 #define EMe(a, b) TRACE_DEFINE_ENUM(a); macro 40 * Now redefine the EM() and EMe() macros to map the enums to the strings 44 #undef EMe macro 46 #define EMe(a, b) {a, b} macro
|
H A D | 9p.h | 78 EMe(P9_RWSTAT, "P9_RWSTAT" ) 85 EMe(P9_FID_REF_DESTROY, "destroy" ) 89 #undef EMe macro 91 #define EMe(a, b) TRACE_DEFINE_ENUM(a); macro 96 /* And also use EM/EMe to define helper enums -- once */ 100 #undef EMe macro 102 #define EMe(a, b) a macro 111 * Now redefine the EM() and EMe() macros to map the enums to the strings 115 #undef EMe macro 117 #define EMe( macro [all...] |
H A D | mmflags.h | 231 EMe(COMPACT_CONTENDED, "contended") 248 EMe(COMPACTION_PROGRESS, "progress") 253 EMe(COMPACT_PRIO_ASYNC, "COMPACT_PRIO_ASYNC") 283 EMe(ZONE_MOVABLE,"Movable") 290 EMe(LRU_UNEVICTABLE, "unevictable") 297 #undef EMe macro 299 #define EMe(a, b) TRACE_DEFINE_ENUM(a); macro 308 * Now redefine the EM() and EMe() macros to map the enums to the strings 312 #undef EMe macro 314 #define EMe( macro [all...] |
H A D | ufs.h | 26 EMe(UIC_LINK_HIBERN8_STATE, "UIC_LINK_HIBERN8_STATE") 32 EMe(UFS_DEEPSLEEP_PWR_MODE, "UFS_DEEPSLEEP_PWR_MODE") 38 EMe(REQ_CLKS_ON, "REQ_CLKS_ON") 49 EMe(UFS_TM_ERR, "tm_complete_err") 55 EMe(UFS_TSF_TM_OUTPUT, "TM_OUTPUT") 59 #undef EMe macro 61 #define EMe(a, b) TRACE_DEFINE_ENUM(a); macro 70 * Now redefine the EM() and EMe() macros to map the enums to the strings 74 #undef EMe macro 76 #define EMe( macro [all...] |
H A D | v4l2.h | 13 #undef EMe macro 15 #define EMe(a, b) TRACE_DEFINE_ENUM(a); macro 34 EMe(V4L2_BUF_TYPE_PRIVATE, "PRIVATE" ) 51 EMe( V4L2_FIELD_INTERLACED_BT, "INTERLACED_BT" ) 56 * Now redefine the EM() and EMe() macros to map the enums to the strings 60 #undef EMe macro 62 #define EMe(a, b) {a, b} macro
|
H A D | sock.h | 16 EMe(AF_INET6) 23 EMe(IPPROTO_MPTCP) 37 EMe(TCP_NEW_SYN_RECV) 41 EMe(SK_MEM_RECV) 45 #undef EMe macro 47 #define EMe(a) TRACE_DEFINE_ENUM(a); macro 55 #undef EMe macro 57 #define EMe(a) { a, #a } macro
|
H A D | kmem.h | 330 EMe(MM_SHMEMPAGES) 333 #undef EMe macro 336 #define EMe(a) TRACE_DEFINE_ENUM(a); macro 341 #undef EMe macro 344 #define EMe(a) { a, #a } macro
|
H A D | huge_memory.h | 42 EMe(SCAN_PAGE_FILLED, "page_filled") 45 #undef EMe macro 47 #define EMe(a, b) TRACE_DEFINE_ENUM(a); macro 52 #undef EMe macro 54 #define EMe(a, b) {a, b} macro
|
H A D | writeback.h | 28 #undef EMe macro 30 #define EMe(a,b) TRACE_DEFINE_ENUM(a); macro 40 EMe(WB_REASON_FOREIGN_FLUSH, "foreign_flush") 45 * Now redefine the EM() and EMe() macros to map the enums to the strings 49 #undef EMe macro 51 #define EMe(a,b) { a, b } macro
|
H A D | btrfs.h | 70 EMe(BTRFS_RESERVE_FLUSH_ALL_STEAL, "BTRFS_RESERVE_FLUSH_ALL_STEAL") 75 EMe(BTRFS_FILE_EXTENT_PREALLOC, "PREALLOC") 80 EMe(BTRFS_QGROUP_RSV_META_PREALLOC, "META_PREALLOC") 92 EMe(IO_TREE_SELFTEST, "SELFTEST") 105 EMe(COMMIT_TRANS, "COMMIT_TRANS") 113 #undef EMe macro 115 #define EMe(a, b) TRACE_DEFINE_ENUM(a); macro 124 * Now redefine the EM and EMe macros to map the enums to the strings that will 129 #undef EMe macro 131 #define EMe( macro [all...] |
/kernel/linux/linux-5.10/include/ras/ |
H A D | ras_event.h | 354 EMe ( MF_RECOVERED, "Recovered" ) 379 EMe ( MF_MSG_UNKNOWN, "unknown page" ) 386 #undef EMe macro 388 #define EMe(a, b) TRACE_DEFINE_ENUM(a); macro 394 * Now redefine the EM() and EMe() macros to map the enums to the strings 398 #undef EMe macro 400 #define EMe(a, b) { a, b } macro
|
/kernel/linux/linux-6.6/include/ras/ |
H A D | ras_event.h | 354 EMe ( MF_RECOVERED, "Recovered" ) 376 EMe ( MF_MSG_UNKNOWN, "unknown page" ) 383 #undef EMe macro 385 #define EMe(a, b) TRACE_DEFINE_ENUM(a); macro 391 * Now redefine the EM() and EMe() macros to map the enums to the strings 395 #undef EMe macro 397 #define EMe(a, b) { a, b } macro
|
/kernel/linux/linux-6.6/mm/ |
H A D | debug.c | 22 * Define EM() and EMe() so that MIGRATE_REASON from trace/events/migrate.h can 26 #undef EMe macro 28 #define EMe(a, b) b macro
|