Searched refs:flag_str (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/tools/perf/scripts/python/ |
D | check-perf-trace.py | 52 flag_str("kmem__kmalloc", "gfp_flags", gfp_flags)))
|
/linux-5.19.10/tools/perf/scripts/perl/ |
D | check-perf-trace.pl | 59 flag_str("kmem::kmalloc", "gfp_flags", $gfp_flags));
|
/linux-5.19.10/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
D | Core.py | 30 def flag_str(event_name, field_name, value): function
|
/linux-5.19.10/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/ |
D | Core.pm | 61 sub flag_str subroutine
|
/linux-5.19.10/tools/perf/Documentation/ |
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…
|
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…
|