Home
last modified time | relevance | path

Searched refs:collection (Results 1 – 23 of 23) sorted by relevance

/tools/testing/selftests/net/tcp_ao/
A Dkey-management.c488 free(collection.keys); in init_default_key_collection()
489 collection.keys = NULL; in init_default_key_collection()
501 collection.keys = reallocarray(collection.keys, nr_keys, key_sz); in init_default_key_collection()
502 if (!collection.keys) in init_default_key_collection()
506 collection.nr_keys = nr_keys; in init_default_key_collection()
691 keys->nkeys = collection.nr_keys; in verify_keys()
873 if (i >= collection.nr_keys) in server_rotations()
975 key = &collection.keys[i]; in try_unmatched_keys()
978 } while (++i < collection.nr_keys); in try_unmatched_keys()
1008 key = &collection.keys[i]; in try_unmatched_keys()
[all …]
/tools/testing/selftests/
A Drun_kselftest.sh33 -c | --collection COLLECTION Run all tests from COLLECTION
34 -l | --list List the available collection:test entries
88 echo "No such collection '$collection'" >&2
/tools/perf/
A Dbuiltin-bench.c117 struct collection { struct
123 static struct collection collections[] = { argument
149 static void dump_benchmarks(struct collection *coll) in dump_benchmarks()
180 struct collection *coll; in print_usage()
236 static void run_collection(struct collection *coll) in run_collection()
262 struct collection *coll; in run_all_collections()
270 struct collection *coll; in cmd_bench()
/tools/verification/rv/
A DREADME.txt8 The rv tool is the interface for a collection of monitors that aim
/tools/perf/scripts/python/
A Dexported-sql-viewer.py1274 self.collection = collection
1341 start_time = self.collection.glb.StartTime(self.collection.machine_id)
1376 self.collection.AddHRegion(key, hregion)
1684 self.collection = collection
1801 self.collection = collection
1812 for data in collection.data:
2197 self.collection = collection
2206 hregions = collection.hregions.values()
2217 xsubrange = Subrange(0.0, float(collection.xrangehi - collection.xrangelo) + 1.0)
2218 ysubrange = Subrange(0.0, float(collection.yrangehi - collection.yrangelo) + 1.0)
[all …]
/tools/tracing/rtla/
A DREADME.txt16 For BPF sample collection support, the following extra dependencies are
/tools/testing/selftests/livepatch/
A DREADME50 See the common functions.sh file for the existing collection of utility
/tools/testing/selftests/ftrace/
A DREADME3 This is a collection of testcases for ftrace tracing feature in the Linux
/tools/perf/Documentation/
A Dperf-ftrace.txt16 The 'perf ftrace' command provides a collection of subcommands which use
43 Force system-wide collection. Scripts run without a <command>
A Dperf-kvm.txt124 System-wide collection from all CPUs.
A Dperf-lock.txt146 System-wide collection from all CPUs.
A Dtips.txt46 System-wide collection from all CPUs: perf record -a
A Dperf-script-perl.txt55 the above option: -a to enable system-wide collection.
A Dperf-trace.txt34 System-wide collection from all CPUs.
A Dperf-top.txt22 System-wide collection. (default)
A Dperf-record.txt231 Enable data collection for latency profiling.
236 System-wide collection from all CPUs (default if no target is specified).
A Dperf-script.txt117 Force system-wide collection. Scripts run without a <command>
A Dperf-script-python.txt449 the above option: -a to enable system-wide collection.
A Dperf-report.txt411 The data collection must have used -b (or -j) and -g.
A Dperf-stat.txt124 system-wide collection from all CPUs (default if no target is specified)
A Dperf-intel-pt.txt787 collection of side-band information. In order to prevent that, a dummy
/tools/power/pm-graph/
A DREADME303 The config folder contains a collection of typical use cases.
/tools/memory-model/Documentation/
A Dexplanation.txt78 That is, given a piece of code and a collection of values specified

Completed in 36 milliseconds