Searched refs:flag_str (Results 1 – 7 of 7) sorted by relevance
| /tools/testing/selftests/net/openvswitch/ |
| A D | ovs-dpctl.py | 115 if len(flag_str) == 0: 118 if flag_str[0].isdigit(): 120 while flag_str[idx].isdigit() or flag_str[idx] == "x": 122 digits = flag_str[:idx] 123 flag_str = flag_str[idx:] 128 while len(flag_str) > 0 and (flag_str[0] == "+" or flag_str[0] == "-"): 129 if flag_str[0] == "+": 131 elif flag_str[0] == "-": 134 flag_str = flag_str[1:] 145 flag = flag_str[0:flag_len] [all …]
|
| /tools/perf/scripts/python/ |
| A D | check-perf-trace.py | 52 flag_str("kmem__kmalloc", "gfp_flags", gfp_flags)))
|
| /tools/perf/scripts/perl/ |
| A D | check-perf-trace.pl | 59 flag_str("kmem::kmalloc", "gfp_flags", $gfp_flags));
|
| /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
| A D | Core.py | 30 def flag_str(event_name, field_name, value): function
|
| /tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/ |
| A D | Core.pm | 61 sub flag_str subroutine
|
| /tools/perf/Documentation/ |
| A D | perf-script-perl.txt | 179 The *flag_str* and *symbol_str* functions provide human-readable 184 …flag_str($event_name, $field_name, $field_value) - returns the string representation corresponding…
|
| A D | perf-script-python.txt | 590 The *flag_str* and *symbol_str* functions provide human-readable 595 …flag_str(event_name, field_name, field_value) - returns the string representation corresponding to…
|
Completed in 11 milliseconds