Home
last modified time | relevance | path

Searched refs:print_flags (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/tools/testing/selftests/x86/
Dtest_syscall_vdso.c202 static void print_flags(const char *name, unsigned long r) in print_flags() function
310 print_flags("[WARN]\tFlags before", 0x200ed7); in run_syscall()
311 print_flags("[WARN]\tFlags after", flags); in run_syscall()
312 print_flags("[WARN]\tFlags change", (0x200ed7 ^ flags)); in run_syscall()
/linux-4.4.14/tools/perf/
Dbuiltin-script.c31 static bool print_flags; variable
610 if (print_flags) in process_event()
1198 print_flags = true; in parse_output_fields()