Searched refs:collection (Results 1 – 23 of 23) sorted by relevance
488 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 …]
33 -c | --collection COLLECTION Run all tests from COLLECTION34 -l | --list List the available collection:test entries88 echo "No such collection '$collection'" >&2
117 struct collection { struct123 static struct collection collections[] = { argument149 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()
8 The rv tool is the interface for a collection of monitors that aim
1274 self.collection = collection1341 start_time = self.collection.glb.StartTime(self.collection.machine_id)1376 self.collection.AddHRegion(key, hregion)1684 self.collection = collection1801 self.collection = collection1812 for data in collection.data:2197 self.collection = collection2206 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 …]
16 For BPF sample collection support, the following extra dependencies are
50 See the common functions.sh file for the existing collection of utility
3 This is a collection of testcases for ftrace tracing feature in the Linux
16 The 'perf ftrace' command provides a collection of subcommands which use43 Force system-wide collection. Scripts run without a <command>
124 System-wide collection from all CPUs.
146 System-wide collection from all CPUs.
46 System-wide collection from all CPUs: perf record -a
55 the above option: -a to enable system-wide collection.
34 System-wide collection from all CPUs.
22 System-wide collection. (default)
231 Enable data collection for latency profiling.236 System-wide collection from all CPUs (default if no target is specified).
117 Force system-wide collection. Scripts run without a <command>
449 the above option: -a to enable system-wide collection.
411 The data collection must have used -b (or -j) and -g.
124 system-wide collection from all CPUs (default if no target is specified)
787 collection of side-band information. In order to prevent that, a dummy
303 The config folder contains a collection of typical use cases.
78 That is, given a piece of code and a collection of values specified
Completed in 36 milliseconds