| /tools/perf/util/ |
| A D | print-events.c | 352 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 D | parse-events.y | 99 %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 D | bpf-filter.y | 73 list_add_tail(&$1->list, &expr->groups); 76 list_add_tail(&$3->list, &expr->groups);
|
| A D | bpf-filter.h | 12 struct list_head groups; member
|
| A D | bpf-filter.c | 136 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 D | ethtool_rmon.sh | 49 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 D | bpf_iter_netlink.c | 35 if (!nlk->groups) { in dump_netlink() 41 bpf_probe_read_kernel(&group, sizeof(group), &nlk->groups[0]); in dump_netlink()
|
| /tools/perf/Documentation/ |
| A D | perf-bench.txt | 94 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 D | perf-arm-spe.txt | 177 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 D | perf-stat.txt | 207 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 D | perf-list.txt | 319 errors. Event groups can be specified using { }. 333 other groups. On x86 systems, the NMI watchdog pins a counter by default.
|
| A D | perf-top.txt | 60 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 D | perf-report.txt | 435 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 D | conftest.py | 72 vid, pid = m.groups()
|
| /tools/testing/selftests/net/ |
| A D | test_vxlan_fdb_changelink.sh | 59 netstat -n --groups |
|
| A D | ipsec.c | 1326 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 D | shaper.py | 207 cfg.groups = True; 285 if not cfg.groups: 445 cfg.groups = False
|
| /tools/perf/pmu-events/ |
| A D | metric.py | 423 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 D | nsim.py | 22 if match and int(match.groups()[0]) != port_index + 1:
|
| /tools/perf/ |
| A D | design.txt | 14 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 D | README | 23 store 'fd' and 'group_fd' values to allow checking for groups.
|
| /tools/testing/selftests/net/forwarding/ |
| A D | lib.sh | 268 [ 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 D | ovpn-cli.c | 1135 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 D | test_bpftool_synctypes.py | 55 if capture and pattern.groups >= 1:
|
| /tools/testing/selftests/mm/ |
| A D | run_vmtests.sh | 27 Alternatively, specific groups tests can be run by passing a string
|