Home
last modified time | relevance | path

Searched refs:before (Results 1 – 22 of 22) sorted by relevance

/tools/testing/selftests/vm/
Dthuge-gen.c144 unsigned long before, after; in test_mmap() local
147 before = read_free(size); in test_mmap()
155 before, after, before - after, size); in test_mmap()
156 assert(size == getpagesize() || (before - after) == NUM_PAGES); in test_mmap()
165 unsigned long before, after; in test_shmget() local
168 before = read_free(size); in test_shmget()
187 before, after, before - after, size); in test_shmget()
188 assert(size == getpagesize() || (before - after) == NUM_PAGES); in test_shmget()
/tools/testing/selftests/powerpc/pmu/ebb/
Dpmae_handling_test.c29 static uint64_t before, after; variable
44 before = mfspr(SPRN_MMCR0); in syscall_ebb_callee()
50 if (before != after) in syscall_ebb_callee()
90 printf("Saw MMCR0 before 0x%lx after 0x%lx\n", before, after); in test_body()
/tools/testing/selftests/intel_pstate/
Daperf.c22 struct timeb before, after; in main() local
55 ftime(&before); in main()
73 start = before.time*1000 + before.millitm; in main()
/tools/perf/tests/
Dopenat-syscall-tp-fields.c80 int before = nr_events; in test__syscall_openat_tp_fields() local
115 if (nr_events == before) in test__syscall_openat_tp_fields()
Dperf-record.c160 int before = total_events; in test__PERF_RECORD() local
275 if (total_events == before && false) in test__PERF_RECORD()
/tools/perf/util/
Dmap.c696 struct map *before = map__clone(pos); in maps__fixup_overlappings() local
698 if (before == NULL) { in maps__fixup_overlappings()
703 before->end = map->start; in maps__fixup_overlappings()
704 __map_groups__insert(pos->groups, before); in maps__fixup_overlappings()
706 map__fprintf(before, fp); in maps__fixup_overlappings()
707 map__put(before); in maps__fixup_overlappings()
/tools/testing/fault-injection/
Dfailcmd.sh35 before running the command.
/tools/perf/Documentation/
Dandroid.txt71 You need to set these before running perf on the target:
Dperf-diff.txt110 the original value before and after the filter is applied.
Dperf-script-perl.txt132 *trace_begin*, if defined, is called before any event is processed and
Dperf-top.txt198 the original value before and after the filter is applied.
Dperf-stat.txt173 After starting the program, wait msecs before measuring. This is useful to
Dintel-pt.txt350 that must have passed before a CYC packet can be sent. The
355 e.g. value 4 means 8 CPU cycles must pass before a CYC packet
471 In full-trace mode, the driver waits for data to be copied out before allowing
Dperf-script-python.txt316 The script can be run just as before:
531 *trace_begin*, if defined, is called before any event is processed and
Dperf-script.txt52 should be specified before <command>. This mode doesn't allow for
Dperf-probe.txt175 Note that before using the SDT event, the target binary (on which SDT events are defined) must be s…
Dperf-report.txt374 the original value before and after the filter is applied.
Dperf-record.txt358 After starting the program, wait msecs before measuring. This is useful to
/tools/objtool/Documentation/
Dstack-validation.txt53 create a stack frame before calling a second function, the *caller*
92 beginning of a function before the stack frame has been created,
180 designed. If function A doesn't create a stack frame before calling
329 Otherwise the stack frame may not get created before the call.
/tools/build/Documentation/
DBuild.txt118 It is necessary to build the fixdep helper before invoking the build.
/tools/usb/usbip/
DINSTALL100 installed the package for one architecture, use `make distclean' before
/tools/perf/
Dbuiltin-trace.c2202 unsigned long before; in trace__run() local
2352 before = trace->nr_events; in trace__run()
2382 if (trace->nr_events == before) { in trace__run()