Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/scripts/python/
Dcheck-perf-trace.py38 print("vec=%s" % (symbol_str("irq__softirq_entry", "vec", vec)))
Dnetdev-times.py233 if symbol_str("irq__softirq_entry", "vec", vec) != "NET_RX":
239 if symbol_str("irq__softirq_entry", "vec", vec) != "NET_RX":
245 if symbol_str("irq__softirq_entry", "vec", vec) != "NET_RX":
/linux-6.1.9/tools/perf/scripts/perl/
Dcheck-perf-trace.pl40 symbol_str("irq::softirq_entry", "vec", $vec));
/linux-6.1.9/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DCore.py48 def symbol_str(event_name, field_name, value): function
/linux-6.1.9/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
DCore.pm116 sub symbol_str subroutine
/linux-6.1.9/tools/perf/Documentation/
Dperf-script-perl.txt179 The *flag_str* and *symbol_str* functions provide human-readable
185symbol_str($event_name, $field_name, $field_value) - returns the string representation correspondi…
Dperf-script-python.txt590 The *flag_str* and *symbol_str* functions provide human-readable
596symbol_str(event_name, field_name, field_value) - returns the string representation corresponding …