Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 42) sorted by relevance

12

/tools/perf/arch/x86/util/
Dkvm-stat.c28 struct event_key *key) in mmio_event_get_key()
39 struct perf_sample *sample, struct event_key *key) in mmio_event_begin()
56 struct event_key *key) in mmio_event_end()
73 struct event_key *key, in mmio_event_decode_key()
91 struct event_key *key) in ioport_event_get_key()
99 struct event_key *key) in ioport_event_begin()
117 struct event_key *key, in ioport_event_decode_key()
/tools/perf/arch/s390/util/
Dkvm-stat.c29 struct event_key *key) in event_icpt_insn_get_key()
40 struct event_key *key) in event_sigp_get_key()
48 struct event_key *key) in event_diag_get_key()
56 struct event_key *key) in event_icpt_prog_get_key()
/tools/perf/util/
Dpstack.c38 void pstack__remove(struct pstack *pstack, void *key) in pstack__remove()
55 void pstack__push(struct pstack *pstack, void *key) in pstack__push()
Dkvm-stat.h13 u64 key; member
27 struct event_key key; member
40 key_cmp_fun key; member
Dsyscalltbl.c37 const char *key = vkey; in syscallcmpname() local
Dconfig.c561 char *ptr, *key; in collect_config() local
668 char key[BUFSIZ]; in perf_config() local
/tools/perf/arch/powerpc/util/
Dkvm-stat.c33 struct event_key *key) in hcall_event_get_key()
62 struct perf_sample *sample, struct event_key *key) in hcall_event_begin()
72 struct event_key *key, in hcall_event_decode_key()
/tools/perf/ui/tui/
Dutil.c29 int key; in popup_menu__run() local
75 int x, y, len, key; in ui_browser__input_window() local
231 int key; in __ui__warning() local
Dsetup.c58 int err, key; in ui__getch() local
/tools/include/linux/
Dhashtable.h60 #define hash_add(hashtable, node, key) \ argument
135 #define hash_for_each_possible(name, obj, member, key) \ argument
147 #define hash_for_each_possible_safe(name, obj, tmp, member, key) \ argument
/tools/perf/
Dbuiltin-kvm.c38 struct event_key *key) in exit_event_get_key()
50 struct perf_sample *sample, struct event_key *key) in exit_event_begin()
88 struct event_key *key, in exit_event_decode_key()
150 static int kvm_events_hash_fn(u64 key) in kvm_events_hash_fn()
180 static struct kvm_event *kvm_alloc_init_event(struct event_key *key) in kvm_alloc_init_event()
196 struct event_key *key) in find_create_kvm_event()
219 struct event_key *key, u64 timestamp) in handle_begin_event()
267 struct event_key *key) in is_child_event()
288 struct event_key *key, in handle_child_event()
314 struct event_key *key, in handle_end_event()
[all …]
Dbuiltin-lock.c38 #define __lockhashfn(key) hash_long((unsigned long)key, LOCKHASH_BITS) argument
39 #define lockhashentry(key) (lockhash_table + __lockhashfn((key))) argument
237 int (*key)(struct lock_stat*, struct lock_stat*); member
Dbuiltin-annotate.c233 int key = K_RIGHT; in hists__find_annotations() local
/tools/perf/tests/
Dbpf-script-test-relocation.c39 int key = 0; in bpf_func__sys_write() local
/tools/lib/lockdep/include/liblockdep/
Dcommon.h30 struct lock_class_key *key; member
Dmutex.h22 struct lock_class_key *key, in __mutex_init()
Drwlock.h22 struct lock_class_key *key, in __rwlock_init()
/tools/perf/ui/browsers/
Dheader.c33 int key; in list_menu__run() local
Dmap.c72 int key; in map_browser__run() local
Dscripts.c89 int key; in script_browser__run() local
/tools/perf/ui/
Dbrowser.c201 int key = 0, err; in ui_browser__warning() local
224 int key; in ui_browser__help_window() local
234 int key; in ui_browser__dialog_yesno() local
372 int err, key; in ui_browser__run() local
/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DUtil.py35 def add_stats(dict, key, value): argument
/tools/lib/bpf/
Dbpf.c100 int bpf_map_update_elem(int fd, void *key, void *value, in bpf_map_update_elem()
/tools/hv/
Dhv_kvp_daemon.c107 char key[HV_KVP_EXCHANGE_MAX_KEY_SIZE]; member
267 static int kvp_key_delete(int pool, const __u8 *key, int key_size) in kvp_key_delete()
310 static int kvp_key_add_or_modify(int pool, const __u8 *key, int key_size, in kvp_key_add_or_modify()
364 static int kvp_get_value(int pool, const __u8 *key, int key_size, __u8 *value, in kvp_get_value()
396 static int kvp_pool_enumerate(int pool, int index, __u8 *key, int key_size, in kvp_pool_enumerate()
/tools/testing/selftests/ipc/
Dmsgque.c25 key_t key; member

12