Searched refs:discard (Results 1 – 12 of 12) sorted by relevance
| /tools/testing/selftests/net/tcp_ao/ |
| A D | icmps-accept.c | 1 icmps-discard.c
|
| A D | Makefile | 5 TEST_BOTH_AF += icmps-accept icmps-discard
|
| /tools/perf/tests/shell/ |
| A D | test_arm_spe.sh | 129 perf record -o ${perfdata} -e arm_spe/discard/ -N -B --no-bpf-event \
|
| /tools/perf/Documentation/ |
| A D | perf-arm-spe.txt | 25 3. Optionally discard the record based on a filter 44 Optionally discard the record based on a filter 47 Based on programmable criteria, choose whether to keep the record or discard it. If the record is 153 …discard=1 - enable SPE PMU events but don't collect sample data - see 'Discard mode' (PM… 243 collecting sample data if discard mode is supported (optional from Armv8.6). 247 perf record -e arm_spe/discard/ -a -N -B --no-bpf-event -o - > /dev/null &
|
| /tools/perf/arch/arm64/util/ |
| A D | arm-spe.c | 392 bool discard = false; in arm_spe_recording_options() local 424 discard = true; in arm_spe_recording_options() 428 if (discard) in arm_spe_recording_options()
|
| /tools/testing/selftests/net/ |
| A D | psock_tpacket.c | 344 int ret, discard = 1; in __v1_v2_set_packet_loss_discard() local 346 ret = setsockopt(sock, SOL_PACKET, PACKET_LOSS, (void *) &discard, in __v1_v2_set_packet_loss_discard() 347 sizeof(discard)); in __v1_v2_set_packet_loss_discard()
|
| /tools/lib/bpf/ |
| A D | ringbuf.c | 551 static void user_ringbuf_commit(struct user_ring_buffer *rb, void *sample, bool discard) in user_ringbuf_commit() argument 561 if (discard) in user_ringbuf_commit()
|
| /tools/perf/util/ |
| A D | config.c | 426 int discard; in perf_config_bool() local 427 return !!perf_config_bool_or_int(name, value, &discard); in perf_config_bool()
|
| /tools/testing/selftests/bpf/ |
| A D | test_bpftool_synctypes.py | 502 source_map_types.discard('unspec')
|
| /tools/memory-model/Documentation/ |
| A D | control-dependencies.txt | 180 within its rights to discard the loaded value.
|
| A D | litmus-tests.txt | 568 keep, not what to discard.
|
| A D | explanation.txt | 504 first access). Given code like this, a compiler could simply discard
|
Completed in 24 milliseconds