Home
last modified time | relevance | path

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

/tools/testing/selftests/ftrace/test.d/trigger/
Dtrigger-snapshot.tc11 FEATURE=`grep snapshot events/sched/sched_process_fork/trigger`
18 echo 0 > snapshot
23 grep sched_process_fork snapshot > /dev/null || \
27 echo 0 > snapshot
Dtrigger-trace-marker-snapshot.tc36 grep -q 'Snapshot is allocated' snapshot
41 test_trace snapshot 2
/tools/testing/selftests/ftrace/test.d/00basic/
Dsnapshot.tc10 echo 1 > snapshot
13 grep -q "Snapshot is allocated" snapshot
22 echo 1 > snapshot
/tools/testing/selftests/drivers/net/netdevsim/
Ddevlink.sh163 check_region_snapshot_count dummy post-first-snapshot 1
167 check_region_snapshot_count dummy post-second-snapshot 2
171 check_region_snapshot_count dummy post-third-snapshot 3
173 devlink region del $DL_HANDLE/dummy snapshot 1
178 devlink region new $DL_HANDLE/dummy snapshot 25
183 devlink region dump $DL_HANDLE/dummy snapshot 25 >> /dev/null
186 devlink region read $DL_HANDLE/dummy snapshot 25 addr 0 len 1 >> /dev/null
189 devlink region read $DL_HANDLE/dummy snapshot 25 addr 128 len 128 >> /dev/null
192 devlink region read $DL_HANDLE/dummy snapshot 25 addr 128 len $((1<<32)) >> /dev/null
195 devlink region read $DL_HANDLE/dummy snapshot 25 addr $((1<<32)) len 128 >> /dev/null 2>&1
[all …]
/tools/testing/selftests/kvm/
Drseq_test.c209 int r, i, snapshot; in main() local
254 snapshot = atomic_read(&seq_cnt) & ~1; in main()
265 } while (snapshot != atomic_read(&seq_cnt)); in main()
/tools/bootconfig/scripts/
Dftrace.sh106 [ -f snapshot ] && echo 0 > snapshot
/tools/testing/selftests/drivers/net/mlxsw/
Dsharedbuffer.sh109 devlink sb occupancy snapshot $DEVLINK_DEV
137 devlink sb occupancy snapshot $DEVLINK_DEV
168 devlink sb occupancy snapshot $DEVLINK_DEV
/tools/testing/selftests/ftrace/test.d/trigger/inter-event/
Dtrigger-snapshot-action-hist.tc26 if ! grep -q "comm=ping" snapshot; then
/tools/perf/util/
Dpmu.h63 bool snapshot; member
79 bool snapshot; member
Dpmu.c239 alias->snapshot = true; in perf_pmu__parse_snapshot()
276 old->snapshot = newalias->snapshot; in perf_pmu_update_alias()
348 alias->snapshot = false; in __perf_pmu__new_alias()
1460 (info->snapshot && alias->snapshot)) in check_info_data()
1469 if (alias->snapshot) in check_info_data()
1470 info->snapshot = alias->snapshot; in check_info_data()
1494 info->snapshot = false; in perf_pmu__check_alias()
Dstat.c380 if (!evsel->snapshot) in process_counter_values()
450 if (!counter->snapshot) in perf_stat_process_counter()
Devsel.h75 bool snapshot; member
Dauxtrace.c1754 bool snapshot, size_t snapshot_size) in __auxtrace_mmap__read() argument
1766 if (snapshot && in __auxtrace_mmap__read()
1789 if (snapshot && size > snapshot_size) in __auxtrace_mmap__read()
1846 if (!snapshot) { in __auxtrace_mmap__read()
Devsel.c422 evsel->snapshot = orig->snapshot; in evsel__clone()
Dparse-events.c1652 evsel->snapshot = info.snapshot; in parse_events_add_pmu()
/tools/testing/ktest/examples/bootconfigs/
Dboottrace.bconf41 event.signal.signal_deliver.actions=snapshot
/tools/perf/Documentation/
Dintel-bts.txt36 snapshot option
39 The snapshot option is the same as Intel PT (refer Intel PT documentation).
Dperf-intel-pt.txt185 data captured is to use 'snapshot' mode which is explained further below.
186 Refer to 'new snapshot option' and 'Intel PT modes of operation' further below.
553 new snapshot option
556 The difference between full trace and snapshot from the kernel's perspective is
558 yet (and indicated that by advancing aux_tail), whereas in snapshot mode we let
560 interesting happens, we can stop it and grab a snapshot of what was going on
563 To select snapshot mode a new option has been added:
567 Optionally it can be followed by the snapshot size e.g.
571 The default snapshot size is the auxtrace mmap size. If neither auxtrace mmap size
572 nor snapshot size is specified, then the default is 4MiB for privileged users
[all …]
Dperf-record.txt448 --snapshot::
450 AUX area tracing event. Optionally, certain snapshot capturing parameters
452 'e': take one last snapshot on exit; guarantees that there is at least one
453 snapshot in the output file;
454 <size>: if the PMU supports this, specify the desired snapshot size.
567 particular perf.data snapshot should be kept or not.
613 detected that warrants taking a snapshot of the most current events,
653 'snapshot' : AUX area tracing snapshot).
/tools/testing/selftests/ftrace/test.d/
Dfunctions126 [ -f snapshot ] && echo 0 > snapshot
/tools/testing/selftests/wireguard/qemu/
DMakefile51 …eguard-tools,1.0.20200206,.tar.xz,https://git.zx2c4.com/wireguard-tools/snapshot/,f5207248c6a3c3e3…
/tools/testing/selftests/vm/
Dhmm-tests.c1296 TEST_F(hmm2, snapshot) in TEST_F() argument