Home
last modified time | relevance | path

Searched refs:flag_str (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/tests/tcg/arm/
H A Dfcvt.c17 static char flag_str[256]; variable
22 snprintf(flag_str, sizeof(flag_str), "%s %s %s %s %s", in get_flag_state()
29 snprintf(flag_str, sizeof(flag_str), "OK"); in get_flag_state()
32 return flag_str; in get_flag_state()
/openbmc/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py105 def parse_flags(flag_str, flag_vals): argument
109 if len(flag_str) == 0:
110 return flag_str, bitResult, maskResult
112 if flag_str[0].isdigit():
114 while flag_str[idx].isdigit() or flag_str[idx] == "x":
116 digits = flag_str[:idx]
117 flag_str = flag_str[idx:]
122 while len(flag_str) > 0 and (flag_str[0] == "+" or flag_str[0] == "-"):
123 if flag_str[0] == "+":
125 elif flag_str[0] == "-":
[all …]
/openbmc/linux/tools/perf/scripts/python/
H A Dcheck-perf-trace.py52 flag_str("kmem__kmalloc", "gfp_flags", gfp_flags)))
/openbmc/linux/tools/perf/scripts/perl/
H A Dcheck-perf-trace.pl59 flag_str("kmem::kmalloc", "gfp_flags", $gfp_flags));
/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DCore.py30 def flag_str(event_name, field_name, value): function
/openbmc/linux/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DCore.pm61 sub flag_str subroutine
/openbmc/linux/tools/perf/Documentation/
H A Dperf-script-perl.txt179 The *flag_str* and *symbol_str* functions provide human-readable
184flag_str($event_name, $field_name, $field_value) - returns the string representation corresponding…
H A Dperf-script-python.txt590 The *flag_str* and *symbol_str* functions provide human-readable
595flag_str(event_name, field_name, field_value) - returns the string representation corresponding to…
/openbmc/linux/fs/btrfs/
H A Dspace-info.c489 const char *flag_str = space_info_flag_to_str(info); in __btrfs_dump_space_info() local
494 flag_str, in __btrfs_dump_space_info()