Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/x86/
Dtest_syscall_vdso.c201 static void print_flags(const char *name, unsigned long r) in print_flags() function
309 print_flags("[WARN]\tFlags before", 0x200ed7); in run_syscall()
310 print_flags("[WARN]\tFlags after", flags); in run_syscall()
311 print_flags("[WARN]\tFlags change", (0x200ed7 ^ flags)); in run_syscall()
/linux-6.6.21/scripts/dtc/
Ddt_to_config316 sub print_flags() subroutine
450 if (! &print_flags($pn_arg_ref)) {
/linux-6.6.21/tools/perf/
Dbuiltin-script.c82 static bool print_flags; variable
2171 if (print_flags) in process_event()
3103 print_flags = change != REMOVE; in parse_output_fields()