Home
last modified time | relevance | path

Searched refs:other (Results 1 – 25 of 33) sorted by relevance

12

/tools/perf/tests/
Dthread-mg-share.c18 struct thread *other, *other_leader; in test__thread_mg_share() local
40 other = machine__findnew_thread(machine, 4, 5); in test__thread_mg_share()
43 leader && t1 && t2 && t3 && other); in test__thread_mg_share()
70 machine__remove_thread(machine, other); in test__thread_mg_share()
73 other_mg = other->mg; in test__thread_mg_share()
94 thread__put(other); in test__thread_mg_share()
Dattr.py92 def equal(self, other): argument
94 log.debug(" [%s] %s %s" % (t, self[t], other[t]));
95 if not self.has_key(t) or not other.has_key(t):
97 if not self.compare_data(self[t], other[t]):
101 def diff(self, other): argument
103 if not self.has_key(t) or not other.has_key(t):
105 if not self.compare_data(self[t], other[t]):
106 log.warning("expected %s=%s, got %s" % (t, self[t], other[t]))
Dhists_link.c194 static int validate_match(struct hists *leader, struct hists *other) in validate_match() argument
196 return __validate_match(leader) || __validate_match(other); in validate_match()
272 static int validate_link(struct hists *leader, struct hists *other) in validate_link() argument
274 return __validate_link(leader, 0) || __validate_link(other, 1); in validate_link()
/tools/testing/ktest/examples/
DREADME26 included into other configs. This is a real use example that shows how
28 are included by other config files, where the other config files define
/tools/perf/Documentation/
Dperf-help.txt24 can be overridden by other options or configuration variables.
34 option supersedes any other option.
Dperf-buildid-list.txt15 This command displays the buildids found in a perf.data file, so that other
Dperf-trace.txt17 syscalls, but other system events like pagefaults, task lifetime events,
21 the other perf tools. Files can be generated using the 'perf record' command
121 Trace other events, see 'perf list' for a complete list.
Dperf-inject.txt16 point the processing code can inject other events into the event stream - in
DBuild.txt48 NOTE this description is omitting other libraries involved, only
Dperf-kvm.txt46 so that other tools can be used to fetch packages with matching symbol tables
83 and the other's is 9999.
151 Show events other than HLT (x86 only) or Wait state (s390 only)
Dperf-report.txt80 entries are displayed as "[other]".
154 --exclude-other::
165 all occurrences of this separator in symbol names (and other output)
238 zooming into DSOs or threads, among other features. Use of --tui
239 requires a tty, if one is not present, as when piping to other
359 for other events to reduce the overhead.
Dperf-sched.txt21 and other scheduling properties of the workload.
Dperf-annotate.txt65 present, as when piping to other commands, the stdio interface is
Dperf-diff.txt68 all occurrences of this separator in symbol names (and other output)
115 file is iterated for samples. All other perf.data files specified on
Dcallchain-overhead-calculation.txt40 child of 'main' so 'foo' also is a child of 'main'. In other words,
Dexamples.txt213 other different usecases straight away - neither of which is
/tools/testing/selftests/rcutorture/doc/
DTINY_RCU.txt10 The theory here is that randconfig testing will hit the other six possible
/tools/usb/usbip/
DCOPYING16 Foundation's software and to any other program whose authors commit to
17 using it. (Some other Free Software Foundation software is covered by
62 0. This License applies to any program or other work which contains
72 Activities other than copying, distribution and modification are not
84 and give any other recipients of the Program a copy of this License
121 this License, whose permissions for other licensees extend to the
131 a storage or distribution medium does not bring the other work under
198 infringement or for any other reason (not limited to patent issues),
203 License and any other pertinent obligations, then as a consequence you
212 apply and the section as a whole is intended to apply in other
[all …]
DINSTALL67 all sorts of other programs in order to regenerate files that came
108 can specify an installation prefix other than `/usr/local' by giving
115 Documentation and other data files still use the regular prefix.
235 `configure' also accepts some other, not widely useful, options. Run
DREADME52 - The USB device 1-2 is now exportable to other hosts!
/tools/perf/
Ddesign.txt192 Such (and other) events will be recorded in a ring-buffer, which is
209 a conflict with some other event), then the counter goes into an
218 not otherwise accessible and that might disrupt other hardware
273 with each other, since they have counted events for the same set of
424 group other than the leader only affects that counter - disabling an
426 other counter.
443 this process has created on other processes. It only enables or
444 disables the group leaders, not any other members in the groups.
/tools/perf/util/
Dhist.h165 void hists__match(struct hists *leader, struct hists *other);
166 int hists__link(struct hists *leader, struct hists *other);
Dhist.c1437 void hists__match(struct hists *leader, struct hists *other) in hists__match() argument
1450 pair = hists__find_entry(other, pos); in hists__match()
1462 int hists__link(struct hists *leader, struct hists *other) in hists__link() argument
1469 root = &other->entries_collapsed; in hists__link()
1471 root = other->entries_in; in hists__link()
/tools/perf/scripts/perl/Perf-Trace-Util/
DREADME44 This module requires these other modules and libraries:
/tools/testing/selftests/futex/
DREADME27 o Where possible, any helper functions or other package-wide code shall be

12