| /tools/testing/selftests/bpf/progs/ |
| A D | htab_mem_bench.c | 58 struct update_ctx update; in overwrite() local 60 update.from = bpf_get_smp_processor_id(); in overwrite() 61 update.step = nr_thread; in overwrite() 70 struct update_ctx update; in batch_add_batch_del() local 72 update.from = bpf_get_smp_processor_id(); in batch_add_batch_del() 73 update.step = nr_thread; in batch_add_batch_del() 76 update.from = bpf_get_smp_processor_id(); in batch_add_batch_del() 86 struct update_ctx update; in add_only() local 89 update.step = nr_thread / 2; in add_only() 98 struct update_ctx update; in del_only() local [all …]
|
| A D | test_bpf_cookie.c | 36 update(ctx, &kprobe_res); in handle_kprobe() 50 update(ctx, &uprobe_res); in handle_uprobe() 69 update(ctx, &tp_res); in handle_tp1() 75 update(ctx, &tp_res); in handle_tp2() 81 update(ctx, &tp_res); in handle_tp3() 88 update(ctx, &pe_res); in handle_pe() 95 update(ctx, &raw_tp_res); in handle_raw_tp() 102 update(ctx, &tp_btf_res); in handle_tp_btf() 109 update(ctx, &fentry_res); in BPF_PROG() 116 update(ctx, &fexit_res); in BPF_PROG() [all …]
|
| A D | bloom_filter_bench.c | 44 bool update; member 76 if (data->update) in bloom_callback() 97 data.update = false; in bloom_lookup() 110 data.update = true; in bloom_update()
|
| /tools/testing/selftests/bpf/ |
| A D | test_bpftool_map.sh | 104 "$bpftool_path" map update name "$map_name" key $key 0 0 0 value 0 0 0 $key 148 if "$bpftool_path" map update "$name_cmd" "$map_name" key $key value \ 212 if "$bpftool_path" map update "$name_cmd" "$map_name" key $key value \ 336 "$bpftool_path" map update pinned "$bpf_dir/$outer_map_name" key 0 0 0 0 \ 338 "$bpftool_path" map update name "$outer_map_name" key 1 0 0 0 value \ 343 if "$bpftool_path" map update name "$outer_map_name" key 2 0 0 0 value name \ 384 "$BPFTOOL_PATH" map update name prot_status_map key 0 0 0 0 value 1 0 0 0
|
| /tools/perf/ui/ |
| A D | progress.c | 11 .update = null_progress__update, 26 ui_progress__ops->update(p); in ui_progress__update()
|
| A D | progress.h | 28 void (*update)(struct ui_progress *p); member
|
| /tools/bpf/bpftool/Documentation/ |
| A D | bpftool-map.rst | 22 { **show** | **list** | **create** | **dump** | **update** | **lookup** | **getnext** | 33 | **bpftool** **map update** *MAP* [**key** *DATA*] [**value** *VALUE*] [*UPDATE_FLAGS*] 93 bpftool map update *MAP* [key *DATA*] [value *VALUE*] [*UPDATE_FLAGS*] 96 *UPDATE_FLAGS* can be one of: **any** update existing entry or add if 97 doesn't exit; **exist** update only if entry already exists; **noexist** 98 update only if entry doesn't exist. 185 | **# bpftool map update id 10 key hex 20 c4 b7 00 value hex 0f ff ff ab 01 02 … 218 Note that map update can also be used in order to change the program references 225 file system for the map update to work successfully, as kernel flushes prog 226 array maps when they have no more references from user space (and the update [all …]
|
| A D | bpftool.rst | 29 { **show** | **list** | **create** | **dump** | **update** | **lookup** | **getnext** |
|
| /tools/testing/selftests/tc-testing/ |
| A D | tdc_config.py | 41 NAMES.update(EXTRA_NAMES)
|
| /tools/testing/selftests/bpf/benchs/ |
| A D | run_bench_bpf_hashmap_full_update.sh | 9 summary=$($RUN_BENCH -p $nr_threads bpf-hashmap-full-update)
|
| /tools/perf/Documentation/ |
| A D | perf-buildid-cache.txt | 15 This command manages the build-id cache. It can add, remove, update and purge 34 running 'perf buildid-cache' as root may update root's build-id cache 58 --update=:: 63 to update kallsyms and kernel dso to vmlinux in order to support
|
| A D | perf-inject.txt | 87 affected by virtualization. This option will update those timestamps 88 in place, to correlate with host timestamps. The in-place update means
|
| A D | examples.txt | 97 0.90% git-update-serv /lib64/libc-2.5.so 98 0.73% git-update-serv /lib64/ld-2.5.so
|
| /tools/power/cpupower/utils/ |
| A D | version-gen.sh | 19 git update-index -q --refresh
|
| /tools/perf/ui/gtk/ |
| A D | progress.c | 52 .update = gtk_ui_progress__update,
|
| /tools/testing/kunit/ |
| A D | kunit_json.py | 57 test_group.update(common_fields)
|
| /tools/perf/ui/tui/ |
| A D | progress.c | 80 .update = tui_progress__update,
|
| /tools/testing/selftests/drivers/net/mlxsw/ |
| A D | qos_dscp_router.sh | 211 local update=$1; shift 216 sysctl_set net.ipv4.ip_forward_update_priority $update
|
| /tools/testing/selftests/net/packetdrill/ |
| A D | tcp_slow_start_slow-start-after-win-update.pkt | 2 // Test of slow start after window update
|
| /tools/perf/scripts/python/ |
| A D | netdev-times.py | 322 irq_record.update({'irq_ext_t':time}) 338 irq_record.update({'event_list':irq_event_list}) 386 irq_record.update({'event_list':irq_event_list}) 450 rec_data.update({'handle':"kfree_skb", 470 rec_data.update({'handle':"skb_copy_datagram_iovec",
|
| /tools/bpf/bpftool/bash-completion/ |
| A D | bpftool | 142 lookup|update) 168 # Is it the map to update, or a map to insert into the map to update? 193 # depends on the type of the map to update. 214 # Is it the map to update, or a map to insert into the map to update? 239 # depends on the type of the map to update. 782 update|push|enqueue) 801 # map, depending on the type of the map to update. 895 lookup pin event_pipe show list update create \
|
| /tools/testing/selftests/net/rds/ |
| A D | test.py | 187 hashlib.sha256()).update(f'<{send_data}>'.encode('utf-8')) 208 receiver.fileno()), hashlib.sha256()).update(
|
| /tools/testing/selftests/drivers/net/hw/ |
| A D | rss_input_xfrm.py | 55 cpus.update([cpu1, cpu2])
|
| /tools/net/ynl/pyynl/lib/ |
| A D | ynl.py | 699 decoded.update(subattrs) 742 decoded.update(self._decode_struct(attr.raw, msg_format.fixed_header)); 747 decoded.update(subdict) 966 attrs.update(self._decode_struct(decoded.raw, op.fixed_header)) 1105 rsp_msg.update(self._decode_struct(decoded.raw, op.fixed_header))
|
| /tools/testing/selftests/net/ |
| A D | xfrm_policy.sh | 272 …ip -net ${ns[1]} xfrm policy update src e000:0001::0000 dst ff01::0014:0000:0001 dir in tmpl src :… 275 …ip -net ${ns[1]} xfrm policy update src e000:0001::0000 dst ff01::01 dir in tmpl src :: dst :: pro…
|