/tools/perf/config/feature-checks/ |
D | test-sync-compare-and-swap.c | 7 uint64_t old, new = argc; in main() local
|
/tools/perf/util/ |
D | ordered-events.c | 15 static void queue_event(struct ordered_events *oe, struct ordered_event *new) in queue_event() 94 struct ordered_event *new = NULL; in alloc_event() local 138 struct ordered_event *new; in ordered_events__new() local
|
D | comm.c | 50 struct comm_str *iter, *new; in comm_str__findnew() local 100 struct comm_str *new, *old = comm->comm_str; in comm__override() local
|
D | callchain.c | 396 struct callchain_node *new; in create_child() local 466 struct callchain_node *new; in add_child() local 499 struct callchain_node *new; in split_add_child() local
|
D | thread.c | 107 struct comm *new, *curr = thread__comm(thread); in __thread__set_comm() local
|
D | session.c | 518 struct ordered_event *new; in perf_session_queue_event() local 1104 void *new = realloc(buf, size); in __perf_session__process_pipe_events() local
|
D | map.c | 711 struct map *new = map__clone(map); in map_groups__clone() local
|
D | dso.c | 413 dso_cache__insert(struct rb_root *root, struct dso_cache *new) in dso_cache__insert()
|
D | parse-events.c | 1443 int parse_events_term__clone(struct parse_events_term **new, in parse_events_term__clone()
|
/tools/usb/usbip/libsrc/ |
D | list.h | 39 static inline void __list_add(struct list_head *new, in __list_add() 57 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
|
/tools/perf/scripts/python/ |
D | sched-migration.py | 80 def __init__(self, new): argument 131 def __migrate_in(self, new, event): argument 139 def migrate_in(self, new): argument 142 def wake_up(self, new): argument 145 def wake_up_new(self, new): argument 189 def migrate(self, ts_list, new, old_cpu, new_cpu): argument
|
/tools/perf/ |
D | builtin-help.c | 134 char *new = strdup(path); in exec_man_konqueror() local 196 struct man_viewer_info_list *new = zalloc(sizeof(*new) + len + 1); in do_add_man_viewer_info() local
|
D | builtin-lock.c | 137 static void thread_stat_insert(struct thread_stat *new) in thread_stat_insert() 316 struct lock_stat *ret, *new; in lock_stat_findnew() local
|
D | builtin-kmem.c | 358 struct rb_node **new = &(root->rb_node); in sort_insert() local
|
D | builtin-sched.c | 805 struct rb_node **new = &(root->rb_node), *parent = NULL; in __thread_latency_insert() local
|
/tools/power/x86/turbostat/ |
D | turbostat.c | 620 #define DELTA_WRAP32(new, old) \ argument 628 delta_package(struct pkg_data *new, struct pkg_data *old) in delta_package() 648 delta_core(struct core_data *new, struct core_data *old) in delta_core() 660 delta_thread(struct thread_data *new, struct thread_data *old, in delta_thread()
|