Home
last modified time | relevance | path

Searched refs:update (Results 1 – 25 of 45) sorted by relevance

12

/tools/testing/selftests/bpf/progs/
A Dhtab_mem_bench.c58 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 Dtest_bpf_cookie.c36 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 Dbloom_filter_bench.c44 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 Dtest_bpftool_map.sh104 "$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 Dprogress.c11 .update = null_progress__update,
26 ui_progress__ops->update(p); in ui_progress__update()
A Dprogress.h28 void (*update)(struct ui_progress *p); member
/tools/bpf/bpftool/Documentation/
A Dbpftool-map.rst22 { **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 Dbpftool.rst29 { **show** | **list** | **create** | **dump** | **update** | **lookup** | **getnext** |
/tools/testing/selftests/tc-testing/
A Dtdc_config.py41 NAMES.update(EXTRA_NAMES)
/tools/testing/selftests/bpf/benchs/
A Drun_bench_bpf_hashmap_full_update.sh9 summary=$($RUN_BENCH -p $nr_threads bpf-hashmap-full-update)
/tools/perf/Documentation/
A Dperf-buildid-cache.txt15 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 Dperf-inject.txt87 affected by virtualization. This option will update those timestamps
88 in place, to correlate with host timestamps. The in-place update means
A Dexamples.txt97 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 Dversion-gen.sh19 git update-index -q --refresh
/tools/perf/ui/gtk/
A Dprogress.c52 .update = gtk_ui_progress__update,
/tools/testing/kunit/
A Dkunit_json.py57 test_group.update(common_fields)
/tools/perf/ui/tui/
A Dprogress.c80 .update = tui_progress__update,
/tools/testing/selftests/drivers/net/mlxsw/
A Dqos_dscp_router.sh211 local update=$1; shift
216 sysctl_set net.ipv4.ip_forward_update_priority $update
/tools/testing/selftests/net/packetdrill/
A Dtcp_slow_start_slow-start-after-win-update.pkt2 // Test of slow start after window update
/tools/perf/scripts/python/
A Dnetdev-times.py322 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 Dbpftool142 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 Dtest.py187 hashlib.sha256()).update(f'<{send_data}>'.encode('utf-8'))
208 receiver.fileno()), hashlib.sha256()).update(
/tools/testing/selftests/drivers/net/hw/
A Drss_input_xfrm.py55 cpus.update([cpu1, cpu2])
/tools/net/ynl/pyynl/lib/
A Dynl.py699 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 Dxfrm_policy.sh272 …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…

Completed in 36 milliseconds

12