Home
last modified time | relevance | path

Searched defs:l (Results 1 – 22 of 22) sorted by relevance

/tools/perf/util/
Dparse-options.h110 #define OPT_ARGUMENT(l, h) { .type = OPTION_ARGUMENT, .long_name = (l), .help = (h) } argument
112 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .val… argument
113 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), … argument
114 #define OPT_BOOLEAN_FLAG(s, l, v, h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name… argument
115 #define OPT_BOOLEAN_SET(s, l, v, os, h) \ argument
119 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .va… argument
120 #define OPT_SET_UINT(s, l, v, h, i) { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l)… argument
121 #define OPT_SET_PTR(s, l, v, h, p) { .type = OPTION_SET_PTR, .short_name = (s), .long_name = (l), … argument
122 #define OPT_INTEGER(s, l, v, h) { .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), … argument
123 #define OPT_UINTEGER(s, l, v, h) { .type = OPTION_UINTEGER, .short_name = (s), .long_name = (l),… argument
[all …]
Dstrfilter.h10 struct strfilter_node *l; /* Tree left branche (for &,|) */ member
Dsort.c52 static int64_t cmp_null(const void *l, const void *r) in cmp_null()
636 uint64_t l = 0, r = 0; in sort__daddr_cmp() local
665 uint64_t l = 0, r = 0; in sort__iaddr_cmp() local
789 size_t l = 0, i; in hist_entry__tlb_snprintf() local
866 size_t i, l = 0; in hist_entry__lvl_snprintf() local
934 size_t i, l = 0; in hist_entry__snoop_snprintf() local
968 u64 l, r; in sort__dcacheline_cmp() local
Dprobe-event.c743 static int __show_one_line(FILE *fp, int l, bool skip, bool show_num) in __show_one_line()
772 static int _show_one_line(FILE *fp, int l, bool skip, bool show_num) in _show_one_line()
782 #define show_one_line_with_num(f,l) _show_one_line(f,l,false,true) argument
783 #define show_one_line(f,l) _show_one_line(f,l,false,false) argument
784 #define skip_one_line(f,l) _show_one_line(f,l,true,false) argument
785 #define show_one_line_or_eof(f,l) __show_one_line(f,l,false,false) argument
794 int l = 1; in __show_line_range() local
Dstrfilter.c62 struct strfilter_node *l, in strfilter_node__alloc()
Dmap.c365 int map__overlap(struct map *l, struct map *r) in map__overlap()
Ddso.c442 struct rlimit l; in get_fd_limit() local
Devsel.c1406 struct rlimit l; in __perf_evsel__open() local
Dmachine.c1640 static int remove_loops(struct branch_entry *l, int nr) in remove_loops()
/tools/include/linux/
Dbits.h19 #define GENMASK(h, l) \ argument
22 #define GENMASK_ULL(h, l) \ argument
Dbitops.h48 static inline unsigned fls_long(unsigned long l) in fls_long()
/tools/testing/selftests/memfd/
Dmemfd_test.c216 ssize_t l; in mfd_assert_read() local
253 ssize_t l; in mfd_assert_write() local
327 ssize_t l; in mfd_fail_write() local
471 ssize_t l; in mfd_assert_grow_write() local
485 ssize_t l; in mfd_fail_grow_write() local
/tools/perf/
Dbuiltin-kmem.c1372 struct alloc_stat *l = a; in ptr_cmp() local
1389 struct alloc_stat *l = a; in slab_callsite_cmp() local
1406 struct alloc_stat *l = a; in hit_cmp() local
1423 struct alloc_stat *l = a; in bytes_cmp() local
1441 struct alloc_stat *l = a; in frag_cmp() local
1461 struct alloc_stat *l = a; in pingpong_cmp() local
1479 struct page_stat *l = a; in page_cmp() local
1496 struct page_stat *l = a; in page_callsite_cmp() local
1513 struct page_stat *l = a; in page_hit_cmp() local
1530 struct page_stat *l = a; in page_bytes_cmp() local
[all …]
Dbuiltin-diff.c490 static int64_t cmp_doubles(double l, double r) in cmp_doubles()
507 double l = left->diff.period_ratio_delta; in __hist_entry__cmp_compute() local
514 double l = left->diff.period_ratio; in __hist_entry__cmp_compute() local
521 s64 l = left->diff.wdiff; in __hist_entry__cmp_compute() local
Dbuiltin-sched.c799 thread_lat_cmp(struct list_head *list, struct work_atoms *l, struct work_atoms *r) in thread_lat_cmp()
1204 static int pid_cmp(struct work_atoms *l, struct work_atoms *r) in pid_cmp()
1215 static int avg_cmp(struct work_atoms *l, struct work_atoms *r) in avg_cmp()
1236 static int max_cmp(struct work_atoms *l, struct work_atoms *r) in max_cmp()
1246 static int switch_cmp(struct work_atoms *l, struct work_atoms *r) in switch_cmp()
1256 static int runtime_cmp(struct work_atoms *l, struct work_atoms *r) in runtime_cmp()
Dbuiltin-stat.c281 size_t l; in __run_perf_stat() local
/tools/lib/lockdep/
Dpreload.c102 struct lock_lookup *l; in __get_lock_node() local
178 struct lock_lookup *l; in __get_lock() local
/tools/testing/selftests/vm/
Dthuge-gen.c52 int l = 0; in ilog2() local
/tools/testing/selftests/x86/
Dsigreturn.c382 bool l = (ar & (1 << 21)); in cs_bitness() local
/tools/perf/bench/
Dnuma.c1072 static void show_summary(double runtime_ns_max, int l, double *convergence) in show_summary()
1101 u32 l; in worker_thread() local
/tools/perf/ui/browsers/
Dannotate.c324 struct browser_disasm_line *l; in disasm_rb_tree__insert() local
/tools/vm/
Dslabinfo.c211 size_t l; in read_slab_obj() local