| /tools/perf/arch/x86/util/ |
| D | kvm-stat.c | 28 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/ |
| D | kvm-stat.c | 29 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/ |
| D | pstack.c | 38 void pstack__remove(struct pstack *pstack, void *key) in pstack__remove() 55 void pstack__push(struct pstack *pstack, void *key) in pstack__push()
|
| D | kvm-stat.h | 13 u64 key; member 27 struct event_key key; member 40 key_cmp_fun key; member
|
| D | syscalltbl.c | 37 const char *key = vkey; in syscallcmpname() local
|
| D | config.c | 561 char *ptr, *key; in collect_config() local 668 char key[BUFSIZ]; in perf_config() local
|
| /tools/perf/arch/powerpc/util/ |
| D | kvm-stat.c | 33 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/ |
| D | util.c | 29 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
|
| D | setup.c | 58 int err, key; in ui__getch() local
|
| /tools/include/linux/ |
| D | hashtable.h | 60 #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/ |
| D | builtin-kvm.c | 38 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 …]
|
| D | builtin-lock.c | 38 #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
|
| D | builtin-annotate.c | 233 int key = K_RIGHT; in hists__find_annotations() local
|
| /tools/perf/tests/ |
| D | bpf-script-test-relocation.c | 39 int key = 0; in bpf_func__sys_write() local
|
| /tools/lib/lockdep/include/liblockdep/ |
| D | common.h | 30 struct lock_class_key *key; member
|
| D | mutex.h | 22 struct lock_class_key *key, in __mutex_init()
|
| D | rwlock.h | 22 struct lock_class_key *key, in __rwlock_init()
|
| /tools/perf/ui/browsers/ |
| D | header.c | 33 int key; in list_menu__run() local
|
| D | map.c | 72 int key; in map_browser__run() local
|
| D | scripts.c | 89 int key; in script_browser__run() local
|
| /tools/perf/ui/ |
| D | browser.c | 201 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/ |
| D | Util.py | 35 def add_stats(dict, key, value): argument
|
| /tools/lib/bpf/ |
| D | bpf.c | 100 int bpf_map_update_elem(int fd, void *key, void *value, in bpf_map_update_elem()
|
| /tools/hv/ |
| D | hv_kvp_daemon.c | 107 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/ |
| D | msgque.c | 25 key_t key; member
|