| /tools/testing/selftests/ftrace/test.d/trigger/ |
| A D | trigger-snapshot.tc | 11 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
|
| A D | trigger-trace-marker-snapshot.tc | 36 grep -q 'Snapshot is allocated' snapshot 41 test_trace snapshot 2
|
| /tools/testing/selftests/ftrace/test.d/00basic/ |
| A D | snapshot.tc | 10 echo 1 > snapshot 13 grep -q "Snapshot is allocated" snapshot 22 echo 1 > snapshot
|
| A D | snapshot1.tc | 18 echo 1 > snapshot
|
| /tools/testing/selftests/drivers/net/netdevsim/ |
| A D | devlink.sh | 172 check_region_snapshot_count dummy post-first-snapshot 1 176 check_region_snapshot_count dummy post-second-snapshot 2 180 check_region_snapshot_count dummy post-third-snapshot 3 182 devlink region del $DL_HANDLE/dummy snapshot 1 187 devlink region new $DL_HANDLE/dummy snapshot 25 192 devlink region dump $DL_HANDLE/dummy snapshot 25 >> /dev/null 195 devlink region read $DL_HANDLE/dummy snapshot 25 addr 0 len 1 >> /dev/null 198 devlink region read $DL_HANDLE/dummy snapshot 25 addr 128 len 128 >> /dev/null 207 devlink region del $DL_HANDLE/dummy snapshot 25 217 devlink region dump $DL_HANDLE/dummy snapshot $sid >> /dev/null [all …]
|
| /tools/testing/selftests/kvm/ |
| A D | rseq_test.c | 208 int r, i, snapshot, opt, fd = -1, latency = -1; in main() local 278 snapshot = atomic_read(&seq_cnt) & ~1; in main() 291 } while (snapshot != atomic_read(&seq_cnt)); in main()
|
| /tools/testing/selftests/ring-buffer/ |
| A D | map_test.c | 263 FIXTURE(snapshot) { in FIXTURE() argument 267 FIXTURE_SETUP(snapshot) in FIXTURE_SETUP() argument 290 FIXTURE_TEARDOWN(snapshot) in FIXTURE_TEARDOWN() argument 300 TEST_F(snapshot, excludes_map) in TEST_F() argument 311 TEST_F(snapshot, excluded_by_map) in TEST_F() argument
|
| /tools/bootconfig/scripts/ |
| A D | ftrace.sh | 107 [ -f snapshot ] && echo 0 > snapshot
|
| /tools/testing/selftests/ftrace/test.d/trigger/inter-event/ |
| A D | trigger-snapshot-action-hist.tc | 27 if ! grep -q "comm=ping" snapshot; then
|
| /tools/testing/selftests/drivers/net/mlxsw/ |
| A D | sharedbuffer.sh | 128 devlink sb occupancy snapshot $DEVLINK_DEV 161 devlink sb occupancy snapshot $DEVLINK_DEV 191 devlink sb occupancy snapshot $DEVLINK_DEV
|
| /tools/testing/ktest/examples/bootconfigs/ |
| A D | boottrace.bconf | 41 event.signal.signal_deliver.actions=snapshot
|
| /tools/perf/Documentation/ |
| A D | intel-bts.txt | 36 snapshot option 39 The snapshot option is the same as Intel PT (refer Intel PT documentation).
|
| A D | perf-intel-pt.txt | 209 data captured is to use 'snapshot' mode which is explained further below. 630 new snapshot option 640 To select snapshot mode a new option has been added: 644 Optionally it can be followed by the snapshot size e.g. 655 The snapshot size is displayed if the option -vv is used e.g. 657 Intel PT snapshot size: %zu 699 snapshot mode 715 Recording AUX area tracing snapshot 721 The advantage of using "snapshot" control command is that the access is 734 $ echo snapshot > perf.control [all …]
|
| A D | perf-record.txt | 529 --snapshot:: 531 AUX area tracing event. Optionally, certain snapshot capturing parameters 534 - 'e': take one last snapshot on exit; guarantees that there is at least one 535 snapshot in the output file; 536 - <size>: if the PMU supports this, specify the desired snapshot size. 645 particular perf.data snapshot should be kept or not. 708 detected that warrants taking a snapshot of the most current events, 749 - 'snapshot' : AUX area tracing snapshot).
|
| /tools/power/x86/turbostat/ |
| A D | Makefile | 36 snapshot: turbostat target
|
| /tools/perf/util/ |
| A D | pmu.c | 98 bool snapshot; member 418 alias->snapshot = perf_pmu__parse_event_source_bool(pmu->name, alias->name, "snapshot"); in perf_pmu__parse_snapshot() 597 alias->snapshot = false; in perf_pmu__new_alias() 1754 if (info->snapshot && alias->snapshot) { in check_info_data() 1767 if (alias->snapshot) in check_info_data() 1768 info->snapshot = alias->snapshot; in check_info_data() 1794 info->snapshot = false; in perf_pmu__check_alias()
|
| A D | pmu.h | 204 bool snapshot; member
|
| A D | evsel.h | 81 bool snapshot; member
|
| A D | auxtrace.c | 1895 bool snapshot, size_t snapshot_size) in __auxtrace_mmap__read() argument 1907 if (snapshot && in __auxtrace_mmap__read() 1930 if (snapshot && size > snapshot_size) in __auxtrace_mmap__read() 1987 if (!snapshot) { in __auxtrace_mmap__read()
|
| A D | stat.c | 402 if (!evsel->snapshot) in process_counter_values()
|
| A D | parse-events.c | 1607 evsel->snapshot = info.snapshot; in parse_events_add_pmu()
|
| A D | evsel.c | 550 evsel->snapshot = orig->snapshot; in evsel__clone()
|
| /tools/testing/selftests/ftrace/test.d/ |
| A D | functions | 126 [ -f snapshot ] && echo 0 > snapshot
|
| /tools/testing/selftests/wireguard/qemu/ |
| A D | Makefile | 46 …eguard-tools,1.0.20250521,.tar.xz,https://git.zx2c4.com/wireguard-tools/snapshot/,b6f2628b85b1b23c…
|
| /tools/testing/selftests/mm/ |
| A D | hmm-tests.c | 1466 TEST_F(hmm2, snapshot) in TEST_F() argument
|