Home
last modified time | relevance | path

Searched refs:items (Results 1 – 11 of 11) sorted by relevance

/tools/perf/util/
Dthread_map.c55 int items; in thread_map__new_by_pid() local
60 items = scandir(name, &namelist, filter, NULL); in thread_map__new_by_pid()
61 if (items <= 0) in thread_map__new_by_pid()
64 threads = thread_map__alloc(items); in thread_map__new_by_pid()
66 for (i = 0; i < items; i++) in thread_map__new_by_pid()
68 threads->nr = items; in thread_map__new_by_pid()
72 for (i=0; i<items; i++) in thread_map__new_by_pid()
95 int max_threads = 32, items, i; in thread_map__new_by_uid() local
128 items = scandir(path, &namelist, filter, NULL); in thread_map__new_by_uid()
129 if (items <= 0) in thread_map__new_by_uid()
[all …]
Dconfig.h15 struct list_head items; member
64 perf_config_items__for_each_entry(&section->items, item)
Dconfig.c499 list_for_each_entry(item, &section->items, node) in find_config_item()
514 INIT_LIST_HEAD(&section->items); in add_section()
541 list_add_tail(&item->node, &section->items); in add_config_item()
722 list_for_each_entry_safe(item, tmp, &section->items, node) { in perf_config_section__purge()
Dmachine.c829 int i, items = 0; in machines__create_guest_kernel_maps() local
841 items = scandir(symbol_conf.guestmount, &namelist, NULL, NULL); in machines__create_guest_kernel_maps()
842 if (items <= 0) in machines__create_guest_kernel_maps()
844 for (i = 0; i < items; i++) { in machines__create_guest_kernel_maps()
/tools/testing/radix-tree/
Dtest.c93 struct item *items[chunk]; in item_gang_check_present() local
104 nfound = radix_tree_gang_lookup(root, (void **)items, in item_gang_check_present()
108 assert(items[i]->index == start + into + i); in item_gang_check_present()
119 struct item *items[chunk]; in item_full_scan() local
127 while ((nfound = radix_tree_gang_lookup(root, (void **)items, into, in item_full_scan()
131 assert(items[i]->index == this_index); in item_full_scan()
140 nfound = radix_tree_gang_lookup(root, (void **)items, in item_full_scan()
203 struct item *items[32]; in item_kill_tree() local
206 while ((nfound = radix_tree_gang_lookup(root, (void **)items, 0, 32))) { in item_kill_tree()
212 ret = radix_tree_delete(root, items[i]->index); in item_kill_tree()
[all …]
Dtag_check.c132 struct item *items[BATCH]; in gang_check() local
137 while ((nr_found = radix_tree_gang_lookup_tag(tree, (void **)items, in gang_check()
142 struct item *item = items[i]; in gang_check()
151 index = items[nr_found - 1]->index + 1; in gang_check()
309 struct item *items[BATCH]; in single_check() local
316 ret = radix_tree_gang_lookup_tag(&tree, (void **)items, 0, BATCH, 0); in single_check()
318 ret = radix_tree_gang_lookup_tag(&tree, (void **)items, 1, BATCH, 0); in single_check()
324 ret = radix_tree_gang_lookup_tag(&tree, (void **)items, 0, BATCH, 1); in single_check()
/tools/perf/scripts/perl/Perf-Trace-Util/
DContext.c54 if (items != 1) in XS()
77 if (items != 1) in XS()
100 if (items != 1) in XS()
128 PERL_UNUSED_VAR(items); /* -W */ in XS()
/tools/perf/tests/
Dattr.py157 parser_items = parser_event.items(section);
165 base_items = parser_base.items('event')
187 for exp_name, exp_event in expect.items():
190 for res_name, res_event in result.items():
209 for exp_name, exp_event in expect.items():
226 for name, event in events.items():
231 for iname, ievent in events.items():
/tools/perf/scripts/python/
Devent_analyzing_sample.py189 print ' '.join(['%s=%s'%(k,str(v))for k,v in sorted(event_fields_dict.items())])
/tools/perf/Documentation/
Dperf-diff.txt85 Show only items with match in baseline.
/tools/usb/usbip/
DCOPYING324 mouse-clicks or menu items--whatever suits your program.