Home
last modified time | relevance | path

Searched refs:groups (Results 1 – 25 of 32) sorted by relevance

12

/tools/perf/util/
A Dprint-events.c352 nd = rblist__find(groups, &me); in mep_lookup()
357 rblist__add_node(groups, &me); in mep_lookup()
358 nd = rblist__find(groups, &me); in mep_lookup()
368 struct rblist *groups = vdata; in metricgroup__add_to_mep_groups_callback() local
381 me = mep_lookup(groups, g, pm->metric_name); in metricgroup__add_to_mep_groups_callback()
401 struct rblist groups; in metricgroup__print() local
405 rblist__init(&groups); in metricgroup__print()
406 groups.node_new = mep_new; in metricgroup__print()
407 groups.node_cmp = mep_cmp; in metricgroup__print()
408 groups.node_delete = mep_delete; in metricgroup__print()
[all …]
A Dparse-events.y99 %type <list_evsel> groups
135 start_events: groups
138 struct list_head *groups = $1; variable
142 free(groups);
146 groups ',' group
149 struct list_head *groups = $1; variable
152 list_splice_tail(group, groups);
154 $$ = groups;
157 groups ',' event
160 struct list_head *groups = $1; variable
[all …]
A Dbpf-filter.y73 list_add_tail(&$1->list, &expr->groups);
76 list_add_tail(&$3->list, &expr->groups);
A Dbpf-filter.h12 struct list_head groups; member
A Dbpf-filter.c136 list_for_each_entry(group, &expr->groups, list) { in check_sample_flags()
177 list_for_each_entry(group, &expr->groups, list) { in get_filter_entries()
620 INIT_LIST_HEAD(&expr->groups); in perf_bpf_filter_expr__new()
/tools/testing/selftests/drivers/net/hw/
A Dethtool_rmon.sh49 before=$(ethtool --json -S $iface --groups rmon | \
57 after=$(ethtool --json -S $iface --groups rmon | \
94 done < <(ethtool --json -S $iface --groups rmon | \
/tools/testing/selftests/bpf/progs/
A Dbpf_iter_netlink.c35 if (!nlk->groups) { in dump_netlink()
41 bpf_probe_read_kernel(&group, sizeof(group), &nlk->groups[0]); in dump_netlink()
/tools/perf/Documentation/
A Dperf-bench.txt94 Specify number of groups
106 (10 groups == 400 processes run)
110 % perf bench sched messaging -t -g 20 # be multi-thread, with 20 groups
112 (20 groups == 800 threads run)
A Dperf-arm-spe.txt177 By default perf report and perf script will assign samples to separate groups depending on the
179 them, the samples in these groups are not necessarily unique. For example perf report shows these
180 groups:
197 To get a full list of unique samples that are not sorted into groups, set the itrace option to
A Dperf-stat.txt207 by comma). It also support regex patterns to match multiple groups. This has same
354 By default, events to compute a metric are placed in weak groups. The
356 --metric-no-group option places events outside of groups and may
363 By default metric events in different weak groups can be shared if one
366 that certain groups of metrics sum to 100%. A downside to sharing a
369 forbids the event merging logic from sharing events between groups and
A Dperf-list.txt319 errors. Event groups can be specified using { }.
333 other groups. On x86 systems, the NMI watchdog pins a counter by default.
A Dperf-top.txt60 sort by the first event. It can support multiple groups with different
270 Enable hierarchical output. In the hierarchy mode, each sort key groups
A Dperf-report.txt435 if there are no groups defined in data file.
439 sort by the first event. It can support multiple groups with different
570 Enable hierarchical output. In the hierarchy mode, each sort key groups
/tools/testing/selftests/hid/tests/
A Dconftest.py72 vid, pid = m.groups()
/tools/testing/selftests/net/
A Dtest_vxlan_fdb_changelink.sh59 netstat -n --groups |
A Dipsec.c1326 static int netlink_sock_bind(int *sock, uint32_t *seq, int proto, uint32_t groups) in netlink_sock_bind() argument
1333 snl.nl_groups = groups; in netlink_sock_bind()
/tools/testing/selftests/drivers/net/
A Dshaper.py207 cfg.groups = True;
285 if not cfg.groups:
445 cfg.groups = False
/tools/perf/pmu-events/
A Dmetric.py423 groups: Set[str]
444 self.groups = set()
452 self.groups.add(group.name)
462 'MetricGroup': ';'.join(sorted(self.groups)),
/tools/testing/selftests/net/lib/py/
A Dnsim.py22 if match and int(match.groups()[0]) != port_index + 1:
/tools/perf/
A Ddesign.txt14 groups, and it provides event capabilities on top of those. It
269 The 'group_fd' parameter allows counter "groups" to be set up. A
442 A process can enable or disable all the counter groups that are
452 disables the group leaders, not any other members in the groups.
/tools/perf/tests/shell/attr/
A DREADME23 store 'fd' and 'group_fd' values to allow checking for groups.
/tools/testing/selftests/net/forwarding/
A Dlib.sh268 [ 0 -ne $(ethtool --json -S $dev --all-groups --src pmac 2>/dev/null \
1773 local groups=$2
1777 msend -g $groups -I $if_name -c 1 > /dev/null 2>&1
/tools/testing/selftests/net/ovpn/
A Dovpn-cli.c1135 static int ovpn_rt_bind(int fd, uint32_t groups) in ovpn_rt_bind() argument
1141 local.nl_groups = groups; in ovpn_rt_bind()
1175 unsigned int groups, ovpn_parse_reply_cb cb, in ovpn_rt_send() argument
1196 nladdr.nl_groups = groups; in ovpn_rt_send()
/tools/testing/selftests/bpf/
A Dtest_bpftool_synctypes.py55 if capture and pattern.groups >= 1:
/tools/testing/selftests/mm/
A Drun_vmtests.sh27 Alternatively, specific groups tests can be run by passing a string

Completed in 39 milliseconds

12