Searched refs:TEP_PRINT_INFO (Results 1 – 6 of 6) sorted by relevance
/linux/tools/lib/traceevent/Documentation/ |
A D | libtraceevent-event_print.txt | 69 TEP_PRINT_INFO, "%s" - event information. 90 TEP_PRINT_INFO);
|
/linux/tools/perf/util/ |
A D | trace-event-parse.c | 112 tep_print_event(event->tep, &s, &record, "%s", TEP_PRINT_INFO); in event_format__fprintf()
|
A D | sort.c | 763 &seq, &rec, "%s", TEP_PRINT_INFO); in get_trace_output()
|
/linux/tools/lib/traceevent/ |
A D | event-parse.h | 450 #define TEP_PRINT_INFO "INFO" macro
|
A D | event-parse.c | 6094 } else if (strncmp(arg, TEP_PRINT_INFO, strlen(TEP_PRINT_INFO)) == 0) { in print_string()
|
/linux/tools/perf/ |
A D | builtin-kmem.c | 754 &seq, &record, "%s", TEP_PRINT_INFO); in parse_gfp_flags()
|
Completed in 39 milliseconds