/tools/perf/util/ |
D | sort.c | 65 sort__thread_cmp(struct hist_entry *left, struct hist_entry *right) in sort__thread_cmp() argument 67 return right->thread->tid - left->thread->tid; in sort__thread_cmp() 90 sort__comm_cmp(struct hist_entry *left, struct hist_entry *right) in sort__comm_cmp() argument 93 return strcmp(comm__str(right->comm), comm__str(left->comm)); in sort__comm_cmp() 97 sort__comm_collapse(struct hist_entry *left, struct hist_entry *right) in sort__comm_collapse() argument 100 return strcmp(comm__str(right->comm), comm__str(left->comm)); in sort__comm_collapse() 104 sort__comm_sort(struct hist_entry *left, struct hist_entry *right) in sort__comm_sort() argument 106 return strcmp(comm__str(right->comm), comm__str(left->comm)); in sort__comm_sort() 147 sort__dso_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dso_cmp() argument 149 return _sort__dso_cmp(right->ms.map, left->ms.map); in sort__dso_cmp() [all …]
|
D | strfilter.c | 176 struct strfilter_node *right, *root; in strfilter__append() local 182 right = strfilter_node__new(rules, &ep); in strfilter__append() 183 if (!right || *ep != '\0') { in strfilter__append() 188 root = strfilter_node__alloc(_or ? OP_or : OP_and, filter->root, right); in strfilter__append() 198 strfilter_node__delete(right); in strfilter__append()
|
D | hist.h | 122 int64_t hist_entry__cmp(struct hist_entry *left, struct hist_entry *right); 123 int64_t hist_entry__collapse(struct hist_entry *left, struct hist_entry *right);
|
D | auxtrace.c | 456 unsigned int left, right; in auxtrace_heap__pop() local 461 right = left + 1; in auxtrace_heap__pop() 462 if (right >= heap_cnt) { in auxtrace_heap__pop() 466 if (heap_array[left].ordinal < heap_array[right].ordinal) { in auxtrace_heap__pop() 470 heap_array[pos] = heap_array[right]; in auxtrace_heap__pop() 471 pos = right; in auxtrace_heap__pop()
|
D | hist.c | 921 hist_entry__cmp(struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp() argument 930 cmp = fmt->cmp(fmt, left, right); in hist_entry__cmp() 939 hist_entry__collapse(struct hist_entry *left, struct hist_entry *right) in hist_entry__collapse() argument 948 cmp = fmt->collapse(fmt, left, right); in hist_entry__collapse()
|
/tools/lib/traceevent/ |
D | parse-filter.c | 209 free_arg(arg->num.right); in free_arg() 214 free_arg(arg->exp.right); in free_arg() 231 free_arg(arg->op.right); in free_arg() 462 if (op->exp.right) in add_right() 464 op->exp.right = arg; in add_right() 468 if (op->op.right) in add_right() 470 op->op.right = arg; in add_right() 474 if (op->op.right) in add_right() 600 op->num.right = arg; in add_right() 622 arg = a->op.right; in rotate_op_right() [all …]
|
D | event-parse.c | 856 free_arg(arg->op.right); in free_arg() 1724 struct print_arg *arg, *left, *right; in process_cond() local 1730 right = alloc_arg(); in process_cond() 1732 if (!arg || !left || !right) { in process_cond() 1736 free_arg(right); in process_cond() 1742 arg->op.right = right; in process_cond() 1762 type = process_arg(event, right, &token); in process_cond() 1764 top->op.right = arg; in process_cond() 1771 top->op.right = NULL; in process_cond() 1797 top->op.right = arg; in process_array() [all …]
|
D | event-parse.h | 272 struct print_arg *right; member 874 struct filter_arg *right; member 880 struct filter_arg *right; member 886 struct filter_arg *right; member
|
/tools/perf/ |
D | builtin-diff.c | 501 __hist_entry__cmp_compute(struct hist_entry *left, struct hist_entry *right, in __hist_entry__cmp_compute() argument 508 double r = right->diff.period_ratio_delta; in __hist_entry__cmp_compute() 515 double r = right->diff.period_ratio; in __hist_entry__cmp_compute() 522 s64 r = right->diff.wdiff; in __hist_entry__cmp_compute() 534 hist_entry__cmp_compute(struct hist_entry *left, struct hist_entry *right, in hist_entry__cmp_compute() argument 538 bool pairs_right = hist_entry__has_pairs(right); in hist_entry__cmp_compute() 548 p_right = get_pair_data(right, &data__files[sort_idx]); in hist_entry__cmp_compute() 564 hist_entry__cmp_compute_idx(struct hist_entry *left, struct hist_entry *right, in hist_entry__cmp_compute_idx() argument 570 p_right = get_pair_data(right, &data__files[sort_idx]); in hist_entry__cmp_compute_idx() 584 if (left->dummy && right->dummy) in hist_entry__cmp_compute_idx() [all …]
|
/tools/testing/selftests/exec/ |
D | execveat.c | 116 static char *concat(const char *left, const char *right) in concat() argument 118 char *result = malloc(strlen(left) + strlen(right) + 1); in concat() 121 strcat(result, right); in concat()
|
/tools/perf/Documentation/ |
D | perf-mem.txt | 19 right set of options to display a memory access profile. By default, loads
|
D | perf-trace.txt | 96 Show process COMM right beside its ID, on by default, disable with --no-comm.
|
D | perf-list.txt | 62 Even when an event is not available in a symbolic form within perf right now,
|
D | perf-script-python.txt | 333 right place, you can have your script listed alongside the other
|
/tools/perf/scripts/perl/Perf-Trace-Util/ |
D | README | 37 module in the right place.
|
/tools/perf/util/scripting-engines/ |
D | trace-event-perl.c | 235 define_event_symbols(event, ev_name, args->op.right); in define_event_symbols()
|
D | trace-event-python.c | 248 define_event_symbols(event, ev_name, args->op.right); in define_event_symbols()
|
/tools/usb/usbip/ |
D | COPYING | 126 exercise the right to control the distribution of derivative or 216 patents or other property right claims or to contest validity of any
|