/tools/objtool/ |
D | special.c | 38 bool group, jump_or_nop; member 47 .group = true, 80 alt->group = entry->group; in get_alt_entry() 83 if (alt->group) { in get_alt_entry() 135 if (!entry->group || alt->new_len) { in get_alt_entry()
|
D | special.h | 15 bool group; member
|
/tools/perf/ |
D | perf-with-kcore.sh | 114 …find "$USER_HOME/.debug" -xdev -type d ! -group "$SUDO_GID" -ls -exec chgrp "$SUDO_GID… 115 …find "$USER_HOME/.debug" -xdev -type f -links 1 ! -group "$SUDO_GID" -ls -exec chgrp "$SUDO_GID… 116 …find "$USER_HOME/.debug" -xdev -type l ! -group "$SUDO_GID" -ls -exec chgrp -h "$SUDO_GID… 132 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type d ! -group "$GROUPS" -print -quit) 133 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type f -links 1 ! -group "$GROUPS" -print -quit) 134 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type l ! -group "$GROUPS" -print -quit)
|
D | design.txt | 53 exclusive : 1, /* only group on PMU */ 207 and only to group leaders. If a pinned counter cannot be put onto the 213 The 'exclusive' bit, if set, specifies that when this counter's group 214 is on the CPU, it should be the only group using the CPU's counters. 266 counter group has one counter which is the group "leader". The leader 268 that creates it. The rest of the group members are created 269 subsequently, with group_fd giving the fd of the group leader. 271 considered to be a group with only 1 member.) 273 A counter group is scheduled onto the CPU as a unit, that is, it will 274 only be put onto the CPU if all of the counters in the group can be [all …]
|
/tools/testing/selftests/net/forwarding/ |
D | devlink_lib.sh | 309 devlink -j trap group | jq -r '.[]["'$DEVLINK_DEV'"][].name' 318 devlink trap group set $DEVLINK_DEV group $group_name action $action \ 326 devlink -js trap group show $DEVLINK_DEV group $group_name \ 334 devlink -js trap group show $DEVLINK_DEV group $group_name \
|
D | router_mpath_nh.sh | 164 ip nexthop add id 103 group 101/102 169 ip nexthop add id 106 group 104/105 174 ip nexthop add id 203 group 201/202 179 ip nexthop add id 206 group 204/205 195 ip nexthop replace id 103 group 101,$weight_rp12/102,$weight_rp13 211 ip nexthop replace id 103 group 101/102 228 ip nexthop replace id 106 group 104,$weight_rp12/105,$weight_rp13 243 ip nexthop replace id 106 group 104/105 256 ip nexthop replace id 106 group 104,$weight_rp12/105,$weight_rp13 273 ip nexthop replace id 106 group 104/105
|
/tools/perf/tests/ |
D | sdt.c | 60 const char *group, const char *event) in search_cached_probe() argument 70 if (!probe_cache__find_by_name(cache, group, event)) { in search_cached_probe() 71 pr_debug("Failed to find %s:%s in the cache\n", group, event); in search_cached_probe()
|
D | attr.py | 101 self.group = '' 274 group = exp_event.group 276 if (group == ''): 280 res_group = result[res_name].group 281 if res_group not in match[group]: 285 (exp_name, str(match[group]))) 297 event.group = iname
|
D | sample-parsing.c | 70 COMP(read.group.nr); in samples_same() 79 for (i = 0; i < s1->read.group.nr; i++) in samples_same() 80 MCOMP(read.group.values[i]); in samples_same() 237 sample.read.group.nr = 4; in do_test() 238 sample.read.group.values = values; in do_test()
|
/tools/power/x86/intel_pstate_tracer/ |
D | intel_pstate_tracer.py | 445 cpu = search_obj.group(3) 449 time_pre_dec = search_obj.group(6) 450 time_post_dec = search_obj.group(8) 451 core_busy = search_obj.group(10) 452 scaled = search_obj.group(12) 453 _from = search_obj.group(14) 454 _to = search_obj.group(16) 455 mperf = search_obj.group(18) 456 aperf = search_obj.group(20) 457 tsc = search_obj.group(22) [all …]
|
/tools/perf/Documentation/ |
D | perf-evlist.txt | 36 --group:: 37 Show event group information.
|
D | perf-list.txt | 57 W - group is weak and will fallback to non-group if not schedulable, 223 ensure some events are always measured together as a group to minimize multiplexing 228 The number of available performance counters depend on the CPU. A group 233 can schedule, and may not support multiple instances in a single group. 234 When too many events are specified in the group some of them will not 243 Events from multiple different PMUs cannot be mixed in a group, with 249 perf also supports group leader sampling using the :S specifier. 252 perf report --group 254 Normally all events in an event group sample, but with :S only 256 other events in the group.
|
/tools/testing/selftests/tc-testing/plugin-lib/ |
D | valgrindPlugin.py | 136 def_num = int(def_mo.group(2)) 138 ind_num = int(ind_mo.group(2)) 140 pos_num = int(pos_mo.group(2)) 142 nle_num = int(nle_mo.group(1))
|
/tools/perf/scripts/python/ |
D | compaction-times.py | 34 return m == None or m.group() == "" 298 if m != None and m.group() != "": 299 if m.group(3) != None: 300 f = pid_filter(m.group(3), m.group(3)) 302 f = pid_filter(m.group(1), m.group(2))
|
/tools/perf/util/ |
D | probe-event.h | 54 char *group; /* Group name */ member 92 char *group; /* Group name */ member 169 int show_perf_probe_event(const char *group, const char *event,
|
D | probe-event.c | 1315 pev->group = strdup_esc(*arg); in parse_perf_probe_event_name() 1316 if (!pev->group) in parse_perf_probe_event_name() 1320 pev->group = NULL; in parse_perf_probe_event_name() 1329 zfree(&pev->group); in parse_perf_probe_event_name() 1767 tev->group = strdup(fmt2_str); in parse_probe_trace_command() 1769 if (tev->group == NULL || tev->event == NULL) { in parse_probe_trace_command() 1773 pr_debug("Group:%s Event:%s probe:%c\n", tev->group, tev->event, pr); in parse_probe_trace_command() 1949 if (strbuf_addf(&buf, "%s:%s=", pev->group ?: PERFPROBE_GROUP, in synthesize_perf_probe_command() 2058 tev->group, tev->event) < 0) in synthesize_probe_trace_command() 2180 pev->group = strdup(tev->group); in convert_to_perf_probe_event() [all …]
|
D | probe-file.c | 202 ret = e_snprintf(buf, 128, "%s:%s", tev.group, in __probe_file__get_namelist() 605 (!pev->group || in probe_cache__find() 606 streql(entry->pev.group, pev->group))) in probe_cache__find() 613 (streql(entry->pev.group, pev->group) && in probe_cache__find() 627 const char *group, const char *event) in probe_cache__find_by_name() argument 633 if (streql(entry->pev.group, group) && in probe_cache__find_by_name() 847 entry->pev.group = strdup(sdtgrp); in probe_cache__scan_sdt() 939 snprintf(buf, 128, "%s:%s", entry->pev.group, entry->pev.event); in probe_cache_entry__compare()
|
/tools/arch/x86/tools/ |
D | gen-insn-attr-x86.awk | 154 if (!($2 in group)) 156 gid = group[$2] 307 if (!(opcode in group)) { 308 group[opcode] = ggid 311 flags = add_flags(flags, "INAT_MAKE_GROUP(" group[opcode] ")")
|
/tools/perf/tests/attr/ |
D | README | 50 perf record --group -e cycles,instructions kill (test-record-group) 62 perf stat --group -e cycles,instructions kill (test-stat-group)
|
D | test-stat-group | 3 args = --group -e cycles,instructions kill >/dev/null 2>&1
|
D | test-record-group | 3 args = --no-bpf-event --group -e cycles,instructions kill >/dev/null 2>&1
|
D | test-record-group-sampling | 32 # inherit is disabled for group sampling
|
/tools/power/pm-graph/ |
D | sleepgraph.py | 370 self.htmlfile = m.group('name')+'.html' 374 self.htmlfile = m.group('name')+'.html' 420 self.memtotal = int(m.group('sz')) 423 self.memfree = int(m.group('sz')) 485 ktime = m.group('ktime') 500 ktime = float(m.group('ktime')) 582 arglist[arg] = m.group('arg') 586 arglist[arg] = m.group('arg') 938 tp.setTracerType(m.group('t')) 944 m = re.match('.*: (?P<drv>.*) (?P<d>.*), parent: *(?P<p>.*), .*', m.group('msg')); [all …]
|
/tools/kvm/kvm_stat/ |
D | kvm_stat | 393 def __init__(self, name, group, trace_cpu, trace_pid, trace_point, argument 399 self._setup_event(group, trace_cpu, trace_pid, trace_point, 442 def _setup_event(self, group, trace_cpu, trace_pid, trace_point, argument 457 if group.events: 458 group_leader = group.events[0].fd 636 group = Group() 656 group.add_event(Event(name=name, 657 group=group, 663 self.group_leaders.append(group) 673 for group in self.group_leaders: [all …]
|
/tools/testing/selftests/drivers/net/mlxsw/ |
D | vxlan_fdb_veto.sh | 108 group 224.0.0.1 dev lo 2>/dev/null 112 group 224.0.0.1 dev lo 2>&1 >/dev/null \
|