Searched refs:collection (Results 1 – 19 of 19) sorted by relevance
/tools/testing/selftests/ |
D | run_kselftest.sh | 25 -c | --collection COLLECTION Run all tests from COLLECTION 26 -l | --list List the available collection:test entries 68 echo "No such collection '$collection'" >&2
|
/tools/perf/ |
D | builtin-bench.c | 96 struct collection { struct 102 static struct collection collections[] = { argument 126 static void dump_benchmarks(struct collection *coll) in dump_benchmarks() 157 struct collection *coll; in print_usage() 213 static void run_collection(struct collection *coll) in run_collection() 239 struct collection *coll; in run_all_collections() 247 struct collection *coll; in cmd_bench()
|
/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 1270 def __init__(self, collection, xbase=Decimal(0), ybase=Decimal(0)): argument 1271 self.collection = collection 1295 def __init__(self, db, collection, cpu, xbase): argument 1296 super(SwitchGraphData, self).__init__(collection, xbase) 1307 " AND exec_flag = " + self.collection.glb.dbref.TRUE + 1326 " WHERE machine_id = " + str(self.collection.machine_id) + 1338 start_time = self.collection.glb.StartTime(self.collection.machine_id) 1370 hregion = self.collection.LookupHRegion(key) 1373 self.collection.AddHRegion(key, hregion) 1679 def __init__(self, collection, data, attrs, event_handler, first, parent=None): argument [all …]
|
/tools/testing/selftests/livepatch/ |
D | README | 37 See the common functions.sh file for the existing collection of utility
|
/tools/testing/selftests/ftrace/ |
D | README | 3 This is a collection of testcases for ftrace tracing feature in the Linux
|
/tools/perf/Documentation/ |
D | tips.txt | 33 System-wide collection from all CPUs: perf record -a
|
D | perf-ftrace.txt | 52 Force system-wide collection. Scripts run without a <command>
|
D | perf-kvm.txt | 131 System-wide collection from all CPUs.
|
D | perf-script-perl.txt | 55 the above option: -a to enable system-wide collection.
|
D | perf-trace.txt | 34 System-wide collection from all CPUs.
|
D | perf-top.txt | 22 System-wide collection. (default)
|
D | perf-script.txt | 114 Force system-wide collection. Scripts run without a <command>
|
D | perf-stat.txt | 122 system-wide collection from all CPUs (default if no target is specified)
|
D | perf-report.txt | 378 The data collection must have used -b (or -j) and -g.
|
D | perf-script-python.txt | 449 the above option: -a to enable system-wide collection.
|
D | perf-record.txt | 186 System-wide collection from all CPUs (default if no target is specified).
|
D | perf-intel-pt.txt | 709 collection of side-band information. In order to prevent that, a dummy
|
/tools/power/pm-graph/ |
D | README | 303 The config folder contains a collection of typical use cases.
|
/tools/memory-model/Documentation/ |
D | explanation.txt | 77 That is, given a piece of code and a collection of values specified
|