Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/scripts/python/
Dcheck-perf-trace.py37 (symbol_str("irq__softirq_entry", "vec", vec)),
Dnetdev-times.py229 if symbol_str("irq__softirq_entry", "vec", vec) != "NET_RX":
235 if symbol_str("irq__softirq_entry", "vec", vec) != "NET_RX":
241 if symbol_str("irq__softirq_entry", "vec", vec) != "NET_RX":
/Linux-v4.19/tools/perf/scripts/perl/
Dcheck-perf-trace.pl40 symbol_str("irq::softirq_entry", "vec", $vec));
/Linux-v4.19/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DCore.py48 def symbol_str(event_name, field_name, value): function
/Linux-v4.19/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
DCore.pm116 sub symbol_str subroutine
/Linux-v4.19/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.txt569 The *flag_str* and *symbol_str* functions provide human-readable
575symbol_str(event_name, field_name, field_value) - returns the string representation corresponding …