Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/scripts/python/
H A Dcheck-perf-trace.py38 print("vec=%s" % (symbol_str("irq__softirq_entry", "vec", vec)))
H A 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":
/openbmc/linux/tools/perf/scripts/perl/
H A Dcheck-perf-trace.pl40 symbol_str("irq::softirq_entry", "vec", $vec));
/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DCore.py48 def symbol_str(event_name, field_name, value): function
/openbmc/linux/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DCore.pm116 sub symbol_str subroutine
/openbmc/linux/tools/perf/Documentation/
H A 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…
H A 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 …