Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/scripts/python/
Dcheck-perf-trace.py52 flag_str("kmem__kmalloc", "gfp_flags", gfp_flags)))
/linux-6.1.9/tools/perf/scripts/perl/
Dcheck-perf-trace.pl59 flag_str("kmem::kmalloc", "gfp_flags", $gfp_flags));
/linux-6.1.9/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DCore.py30 def flag_str(event_name, field_name, value): function
/linux-6.1.9/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
DCore.pm61 sub flag_str subroutine
/linux-6.1.9/tools/perf/Documentation/
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…
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…
/linux-6.1.9/fs/btrfs/
Dspace-info.c508 const char *flag_str = space_info_flag_to_str(info); in __btrfs_dump_space_info() local
513 flag_str, in __btrfs_dump_space_info()