Searched refs:remaining (Results 1 – 11 of 11) sorted by relevance
/tools/lib/bpf/ |
D | nlattr.c | 24 static struct nlattr *nla_next(const struct nlattr *nla, int *remaining) in nla_next() argument 28 *remaining -= totlen; in nla_next() 32 static int nla_ok(const struct nlattr *nla, int remaining) in nla_ok() argument 34 return remaining >= sizeof(*nla) && in nla_ok() 36 nla->nla_len <= remaining; in nla_ok()
|
/tools/testing/selftests/tc-testing/ |
D | tdc.py | 84 def load_required_plugins(self, reqs, parser, args, remaining): argument 114 (args, remaining) = parser.parse_known_args(args=remaining, namespace=args) 153 def call_check_args(self, args, remaining): argument 155 pgn_inst.check_args(args, remaining) 513 def check_default_settings(args, remaining, pm): argument 531 pm.call_check_args(args, remaining) 683 def set_operation_mode(pm, parser, args, remaining): argument 723 args = pm.load_required_plugins(req_plugins, parser, args, remaining) 762 (args, remaining) = parser.parse_known_args() 765 check_default_settings(args, remaining, pm) [all …]
|
D | TdcPlugin.py | 70 def check_args(self, args, remaining): argument
|
/tools/perf/ui/stdio/ |
D | hist.c | 116 u64 remaining; in __callchain__fprintf_graph() local 122 remaining = total_samples; in __callchain__fprintf_graph() 131 remaining -= cumul; in __callchain__fprintf_graph() 142 if (!next && (callchain_param.mode != CHAIN_GRAPH_REL || !remaining)) in __callchain__fprintf_graph() 174 remaining && remaining != total_samples) { in __callchain__fprintf_graph() 176 .hit = remaining, in __callchain__fprintf_graph()
|
/tools/perf/Documentation/ |
D | perf-script-perl.txt | 103 All of the remaining fields in the event's format file have 163 The remaining sections provide descriptions of each of the available
|
D | perf-script-python.txt | 495 All of the remaining fields in the event's format file have 553 The remaining sections provide descriptions of each of the available
|
/tools/testing/selftests/tc-testing/creating-plugins/ |
D | AddingPlugins.txt | 38 def check_args(self, args, remaining) # see "CHECK_ARGS" below
|
/tools/perf/ui/browsers/ |
D | hists.c | 1910 u16 remaining = h->nr_rows - h->row_offset; in ui_browser__hists_seek() local 1911 if (offset > remaining) { in ui_browser__hists_seek() 1912 offset -= remaining; in ui_browser__hists_seek()
|
/tools/include/uapi/linux/ |
D | kvm.h | 182 __u64 remaining; member
|
/tools/perf/ |
D | design.txt | 79 specified by the remaining 63 bits of event_config. The encoding is
|
/tools/power/pm-graph/ |
D | sleepgraph.py | 2477 remaining = len(sortlist) 2481 while(remaining > 0): 2500 remaining -= 1 2513 remaining = len(devlist) 2542 while(remaining > 0): 2562 remaining -= 1
|