/tools/objtool/ |
D | special.c | 48 bool group, jump_or_nop; member 57 .group = true, 90 alt->group = entry->group; in get_alt_entry() 93 if (alt->group) { in get_alt_entry() 129 if (!entry->group || alt->new_len) { in get_alt_entry()
|
D | special.h | 27 bool group; member
|
/tools/perf/ |
D | perf-with-kcore.sh | 126 …find "$USER_HOME/.debug" -xdev -type d ! -group "$SUDO_GID" -ls -exec chgrp "$SUDO_GID… 127 …find "$USER_HOME/.debug" -xdev -type f -links 1 ! -group "$SUDO_GID" -ls -exec chgrp "$SUDO_GID… 128 …find "$USER_HOME/.debug" -xdev -type l ! -group "$SUDO_GID" -ls -exec chgrp -h "$SUDO_GID… 144 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type d ! -group "$GROUPS" -print -quit) 145 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type f -links 1 ! -group "$GROUPS" -print -quit) 146 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. 262 counter group has one counter which is the group "leader". The leader 264 that creates it. The rest of the group members are created 265 subsequently, with group_fd giving the fd of the group leader. 267 considered to be a group with only 1 member.) 269 A counter group is scheduled onto the CPU as a unit, that is, it will 270 only be put onto the CPU if all of the counters in the group can be [all …]
|
/tools/power/x86/intel_pstate_tracer/ |
D | intel_pstate_tracer.py | 432 cpu = search_obj.group(3) 436 time_pre_dec = search_obj.group(6) 437 time_post_dec = search_obj.group(8) 438 core_busy = search_obj.group(10) 439 scaled = search_obj.group(12) 440 _from = search_obj.group(14) 441 _to = search_obj.group(16) 442 mperf = search_obj.group(18) 443 aperf = search_obj.group(20) 444 tsc = search_obj.group(22) [all …]
|
/tools/perf/tests/ |
D | sdt.c | 56 const char *group, const char *event) in search_cached_probe() argument 66 if (!probe_cache__find_by_name(cache, group, event)) { in search_cached_probe() 67 pr_debug("Failed to find %s:%s in the cache\n", group, event); in search_cached_probe()
|
D | attr.py | 96 self.group = '' 269 group = exp_event.group 271 if (group == ''): 275 res_group = result[res_name].group 276 if res_group not in match[group]: 280 (exp_name, str(match[group]))) 292 event.group = iname
|
D | sample-parsing.c | 65 COMP(read.group.nr); in samples_same() 74 for (i = 0; i < s1->read.group.nr; i++) in samples_same() 75 MCOMP(read.group.values[i]); in samples_same() 230 sample.read.group.nr = 4; in do_test() 231 sample.read.group.values = values; in do_test()
|
/tools/perf/Documentation/ |
D | perf-evlist.txt | 32 --group:: 33 Show event group information.
|
D | perf-list.txt | 193 ensure some events are always measured together as a group to minimize multiplexing 198 The number of available performance counters depend on the CPU. A group 203 can schedule, and may not support multiple instances in a single group. 204 When too many events are specified in the group none of them will not 213 Events from multiple different PMUs cannot be mixed in a group, with 219 perf also supports group leader sampling using the :S specifier. 222 perf report --group 224 Normally all events in a event group sample, but with :S only 226 other events in the group.
|
D | perfconfig.example | 38 group = true
|
/tools/perf/util/ |
D | probe-event.h | 51 char *group; /* Group name */ member 88 char *group; /* Group name */ member 165 int show_perf_probe_event(const char *group, const char *event,
|
D | probe-event.c | 1335 pev->group = strdup(*arg); in parse_perf_probe_event_name() 1336 if (!pev->group) in parse_perf_probe_event_name() 1340 pev->group = NULL; in parse_perf_probe_event_name() 1772 tev->group = strdup(fmt2_str); in parse_probe_trace_command() 1774 if (tev->group == NULL || tev->event == NULL) { in parse_probe_trace_command() 1778 pr_debug("Group:%s Event:%s probe:%c\n", tev->group, tev->event, pr); in parse_probe_trace_command() 1948 if (strbuf_addf(&buf, "%s:%s=", pev->group ?: PERFPROBE_GROUP, in synthesize_perf_probe_command() 2041 tev->group, tev->event) < 0) in synthesize_probe_trace_command() 2161 pev->group = strdup(tev->group); in convert_to_perf_probe_event() 2162 if (pev->event == NULL || pev->group == NULL) in convert_to_perf_probe_event() [all …]
|
D | probe-file.c | 210 ret = e_snprintf(buf, 128, "%s:%s", tev.group, in __probe_file__get_namelist() 613 (!pev->group || in probe_cache__find() 614 streql(entry->pev.group, pev->group))) in probe_cache__find() 621 (streql(entry->pev.group, pev->group) && in probe_cache__find() 635 const char *group, const char *event) in probe_cache__find_by_name() argument 641 if (streql(entry->pev.group, group) && in probe_cache__find_by_name() 840 entry->pev.group = strdup(sdtgrp); in probe_cache__scan_sdt() 932 snprintf(buf, 128, "%s:%s", entry->pev.group, entry->pev.event); in probe_cache_entry__compare()
|
D | parse-events.y | 92 %type <head> group 125 groups ',' group 128 struct list_head *group = $3; variable 130 parse_events_update_lists(group, list); 143 group 147 group:
|
/tools/power/pm-graph/ |
D | analyze_suspend.py | 267 self.htmlfile = m.group('name')+'.html' 271 self.htmlfile = m.group('name')+'.html' 307 self.memtotal = int(m.group('sz')) 348 int(mD.group('y')), int(mD.group('m')), int(mD.group('d')), 349 int(mT.group('h')), int(mT.group('m')), int(mT.group('s'))) 369 ktime = m.group('ktime') 384 ktime = float(m.group('ktime')) 464 arglist[arg] = m.group('arg') 468 arglist[arg] = m.group('arg') 837 tm = float(m.group('ktime')) [all …]
|
/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/intel-pt-decoder/ |
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/objtool/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 | test-stat-group | 3 args = --group -e cycles,instructions kill >/dev/null 2>&1
|
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-record-group | 3 args = --group -e cycles,instructions kill >/dev/null 2>&1
|
D | test-record-group-sampling | 32 # inherit is disabled for group sampling
|
/tools/kvm/kvm_stat/ |
D | kvm_stat | 373 def __init__(self, name, group, trace_cpu, trace_pid, trace_point, argument 379 self.setup_event(group, trace_cpu, trace_pid, trace_point, 422 def setup_event(self, group, trace_cpu, trace_pid, trace_point, argument 437 if group.events: 438 group_leader = group.events[0].fd 607 group = Group() 627 group.add_event(Event(name=name, 628 group=group, 634 self.group_leaders.append(group) 644 for group in self.group_leaders: [all …]
|
/tools/perf/arch/x86/util/ |
D | Build | 6 libperf-y += group.o
|