Home
last modified time | relevance | path

Searched refs:printk_formats (Results 1 – 4 of 4) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/event/
Dtrace_printk.tc24 grep -q "This is a %s that will use trace_bprintk" printk_formats
25 grep -q "(irq) This is a static string that will use trace_bputs" printk_formats
/external/perfetto/src/traced/probes/ftrace/
Dproto_translation_table.cc467 PrintkMap printk_formats = ParsePrintkFormats(text); in Create() local
471 compact_sched, std::move(printk_formats))); in Create()
481 PrintkMap printk_formats) in ProtoTranslationTable() argument
488 printk_formats_(printk_formats) { in ProtoTranslationTable()
Dproto_translation_table.h104 PrintkMap printk_formats);
Dcpu_reader_unittest.cc1039 PrintkMap printk_formats; in TEST_F() local
1040 printk_formats.insert(0xffffff8504f51b23, "my_printk_format_string"); in TEST_F()
1044 InvalidCompactSchedEventFormatForTesting(), printk_formats); in TEST_F()
1386 PrintkMap printk_formats; in TEST() local
1390 InvalidCompactSchedEventFormatForTesting(), printk_formats); in TEST()