Home
last modified time | relevance | path

Searched refs:keys (Results 1 – 13 of 13) sorted by relevance

/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DCore.py35 keys = flag_fields[event_name][field_name]['values'].keys()
36 keys.sort()
37 for idx in keys:
54 keys = symbolic_fields[event_name][field_name]['values'].keys()
55 keys.sort()
56 for idx in keys:
77 keys = trace_flags.keys()
79 for idx in keys:
/tools/perf/scripts/python/
Dcheck-perf-trace.py71 keys = unhandled.keys()
72 if not keys:
81 for event_name in keys:
Dfailed-syscalls-by-pid.py68 comm_keys = syscalls.keys()
70 pid_keys = syscalls[comm].keys()
73 id_keys = syscalls[comm][pid].keys()
76 ret_keys = syscalls[comm][pid][id].keys()
Dsyscall-counts-by-pid.py66 comm_keys = syscalls.keys()
68 pid_keys = syscalls[comm].keys()
71 id_keys = syscalls[comm][pid].keys()
Dnetdev-times.py132 if 'comm' in event.keys():
137 elif 'handle' in event.keys():
303 if cpu not in irq_dic.keys():
310 if cpu not in irq_dic.keys():
317 if 'event_list' in irq_record.keys():
322 if cpu not in irq_dic.keys() \
326 if 'event_list' in irq_record.keys():
342 if cpu in irq_dic.keys():
345 if cpu in net_rx_dic.keys():
358 if cpu in net_rx_dic.keys():
[all …]
Dnet_dropmonitor.py53 for i in drop_log.keys():
/tools/perf/Documentation/
Dperf-report.txt69 Sort histogram entries by given key(s) - multiple keys can be specified
70 in CSV format. Following sort keys are available:
101 By default, comm, dso and symbol keys are used.
104 If --branch-stack option is used, following sort keys are also
117 And default sort keys are changed to comm, dso_from, symbol_from, dso_to
122 Specify output field - multiple keys can be specified in CSV format.
127 By default, every sort keys not specified in -F will be appended
130 If --mem-mode option is used, following sort keys are also available
143 And default sort keys are changed to local_weight, mem, sym, dso,
Dperf-kmem.txt41 for page). Available sort keys are 'ptr, callsite, bytes, hit,
Dperf-top.txt123 Specify output field - multiple keys can be specified in CSV format.
128 By default, every sort keys not specified in --field will be appended
Dperf-record.txt268 displayed with the weight and local_weight sort keys. This currently works for TSX
Dperf-script-python.txt266 name (the dictionary keys contain the syscall ids, which are passed to
/tools/perf/
Dbuiltin-lock.c248 struct lock_key keys[] = { variable
265 for (i = 0; keys[i].name; i++) { in select_key()
266 if (!strcmp(keys[i].name, sort_key)) { in select_key()
267 compare = keys[i].key; in select_key()
Dbuiltin-kvm.c455 static struct kvm_event_key keys[] = { variable
465 for (i = 0; keys[i].name; i++) { in select_key()
466 if (!strcmp(keys[i].name, kvm->sort_key)) { in select_key()
467 kvm->compare = keys[i].key; in select_key()