Home
last modified time | relevance | path

Searched defs:start (Results 1 – 25 of 236) sorted by relevance

12345678910

/tools/perf/util/
A Dsvghelper.c86 void open_svg(const char *filename, int cpus, int rows, u64 start, u64 end) in open_svg()
211 void svg_box(int Yslot, u64 start, u64 end, const char *type) in svg_box()
221 void svg_blocked(int Yslot, int cpu, u64 start, u64 end, const char *backtrace) in svg_blocked()
235 void svg_running(int Yslot, int cpu, u64 start, u64 end, const char *backtrace) in svg_running()
289 void svg_waiting(int Yslot, int cpu, u64 start, u64 end, const char *backtrace) in svg_waiting()
383 void svg_process(int cpu, u64 start, u64 end, int pid, const char *name, const char *backtrace) in svg_process()
417 void svg_cstate(int cpu, u64 start, u64 end, int type) in svg_cstate()
474 void svg_pstate(int cpu, u64 start, u64 end, u64 freq) in svg_pstate()
553 void svg_wakeline(u64 start, int row1, int row2, const char *backtrace) in svg_wakeline()
582 void svg_interrupt(u64 start, int row, const char *backtrace) in svg_interrupt()
[all …]
A Dtime-utils.c67 static int split_start_end(char **start, char **end, const char *ostr, char ch) in split_start_end()
200 double end_pcnt, u64 start, u64 end) in set_percent_time()
219 u64 start, u64 end) in percent_slash_split()
254 u64 start, u64 end) in percent_dash_split()
283 const char *ostr, u64 start, u64 end, in percent_comma_split()
328 const char *ostr, u64 start, u64 end, char *c) in one_percent_convert()
359 const char *ostr, u64 start, u64 end) in perf_time__percent_parse_str()
A Dmem2node.c13 u64 start; member
39 phys_entry__init(struct phys_entry *entry, u64 start, u64 bsize, u64 node) in phys_entry__init()
72 u64 start; in mem2node__init() local
A Dblock-range.h27 u64 start; member
47 struct block_range *start; member
/tools/lib/
A Dfind_bit.c49 #define FIND_NEXT_BIT(FETCH, MUNGE, size, start) \ argument
103 unsigned long _find_next_bit(const unsigned long *addr, unsigned long nbits, unsigned long start) in _find_next_bit()
111 unsigned long nbits, unsigned long start) in _find_next_and_bit()
119 unsigned long start) in _find_next_zero_bit()
A Dstring.c185 static void *check_bytes8(const u8 *start, u8 value, unsigned int bytes) in check_bytes8()
205 void *memchr_inv(const void *start, int c, size_t bytes) in memchr_inv()
/tools/testing/radix-tree/
A Dbenchmark.c18 struct timespec start, finish; in benchmark_iter() local
55 struct timespec start, finish; in benchmark_insert() local
76 struct timespec start, finish; in benchmark_tagging() local
97 struct timespec start, finish; in benchmark_delete() local
A Dmain.c50 unsigned long start; in __big_gang_check() local
126 void check_copied_tags(struct radix_tree_root *tree, unsigned long start, unsigned long end, unsign… in check_copied_tags()
160 unsigned long start, end, count = 0, tagged, cur, tmp; in copy_tag_check() local
/tools/testing/selftests/mm/
A Dvm_util.c23 uint64_t pagemap_get_entry(int fd, char *start) in pagemap_get_entry()
35 static uint64_t __pagemap_scan_get_categories(int fd, char *start, struct page_region *r) in __pagemap_scan_get_categories()
56 static uint64_t pagemap_scan_get_categories(int fd, char *start) in pagemap_scan_get_categories()
70 static bool pagemap_scan_supported(int fd, char *start) in pagemap_scan_supported()
88 static bool page_entry_is(int fd, char *start, char *desc, in page_entry_is()
105 bool pagemap_is_softdirty(int fd, char *start) in pagemap_is_softdirty()
111 bool pagemap_is_swapped(int fd, char *start) in pagemap_is_swapped()
116 bool pagemap_is_populated(int fd, char *start) in pagemap_is_populated()
123 unsigned long pagemap_get_pfn(int fd, char *start) in pagemap_get_pfn()
A Dmadv_populate.c135 static bool range_is_populated(char *start, ssize_t size) in range_is_populated()
149 static bool range_is_not_populated(char *start, ssize_t size) in range_is_not_populated()
207 static bool range_is_softdirty(char *start, ssize_t size) in range_is_softdirty()
221 static bool range_is_not_softdirty(char *start, ssize_t size) in range_is_not_softdirty()
A Dmlock2.h7 static int mlock2_(void *start, size_t len, int flags) in mlock2_()
23 unsigned long start, end; in seek_to_smaps_entry() local
A Duffd-common.c60 static void noop_alias_mapping(__u64 *start, size_t len, unsigned long offset) in noop_alias_mapping()
111 static void hugetlb_alias_mapping(__u64 *start, size_t len, unsigned long offset) in hugetlb_alias_mapping()
170 static void shmem_alias_mapping(__u64 *start, size_t len, unsigned long offset) in shmem_alias_mapping()
378 void wp_range(int ufd, __u64 start, __u64 len, bool wp) in wp_range()
392 static void continue_range(int ufd, __u64 start, __u64 len, bool wp) in continue_range()
/tools/testing/nvdimm/test/
A Diomap.c204 resource_size_t start = *((resource_size_t *) match_data); in match() local
210 struct resource *parent, resource_size_t start, in nfit_test_release_region()
247 struct resource *parent, resource_size_t start, in nfit_test_request_region()
316 resource_size_t start, resource_size_t n, const char *name, in __wrap___request_region()
340 struct resource *parent, resource_size_t start, in __wrap___devm_request_region()
349 void __wrap___release_region(struct resource *parent, resource_size_t start, in __wrap___release_region()
358 resource_size_t start, resource_size_t n) in __wrap___devm_release_region()
/tools/testing/selftests/timers/
A Draw_skew.c58 long long diff_timespec(struct timespec start, struct timespec end) in diff_timespec()
69 struct timespec start, mid, end; in get_monotonic_and_raw() local
92 struct timespec mon, raw, start, end; in main() local
A Dposix_timers.c84 static int check_diff(struct timeval start, struct timeval end) in check_diff()
101 struct timeval start, end; in check_itimer() local
136 struct timeval start, end; in check_timer_create() local
458 struct timespec start, now; in check_sigev_none() local
497 struct timespec start, now; in check_gettime() local
549 struct timespec start, now; in check_overrun() local
/tools/testing/memblock/
A Dinternal.h23 static inline void accept_memory(phys_addr_t start, unsigned long size) in accept_memory()
27 static inline unsigned long free_reserved_area(void *start, void *end, in free_reserved_area()
/tools/testing/selftests/bpf/
A Dtrace_helpers.c135 int start = 0, end = ksyms->sym_cnt; in ksym_search_local() local
166 int start = 0, mid, end = ksyms->sym_cnt; in search_kallsyms_custom_local() local
252 static int procmap_query(int fd, const void *addr, __u32 query_flags, size_t *start, size_t *offset… in procmap_query()
300 static int procmap_query(int fd, const void *addr, __u32 query_flags, size_t *start, size_t *offset… in procmap_query()
308 size_t start, base, end; in get_uprobe_offset() local
375 size_t start, end, offset; in get_rel_offset() local
/tools/lib/symbol/
A Dkallsyms.c33 char type, u64 start)) in kallsyms__parse()
48 __u64 start; in kallsyms__parse() local
/tools/include/linux/
A Dbitmap.h27 #define BITMAP_FIRST_WORD_MASK(start) (~0UL << ((start) & (BITS_PER_LONG - 1))) argument
159 static inline void bitmap_set(unsigned long *map, unsigned int start, unsigned int nbits) in bitmap_set()
174 static inline void bitmap_clear(unsigned long *map, unsigned int start, in bitmap_clear()
/tools/testing/selftests/riscv/hwprobe/
A Dwhich-cpus.c31 int start = 0, end = 0; in print_cpulist() local
63 char *start, *end; in do_which_cpus() local
/tools/testing/selftests/kvm/
A Ddemand_paging_test.c37 struct timespec start; in vcpu_worker() local
62 struct timespec start; in handle_uffd_page_request() local
158 struct timespec start; in run_test() local
A Dsystem_counter_offset_test.c72 static void handle_sync(struct ucall *uc, uint64_t start, uint64_t end) in handle_sync()
91 uint64_t start, end; in enter_guest() local
/tools/testing/selftests/vDSO/
A Dvdso_test_correctness.c82 void *start, *end; in vsyscall_getcpu() local
266 struct timespec start, vdso, end; in test_one_clock_gettime() local
328 struct __kernel_timespec start, vdso, end; in test_one_clock_gettime64() local
390 struct timeval start, vdso, end; in test_gettimeofday() local
/tools/perf/arch/x86/util/
A Dmachine.c25 static int add_extra_kernel_map(struct extra_kernel_map_info *mi, u64 start, in add_extra_kernel_map()
51 u64 start) in find_extra_kernel_maps()
/tools/testing/selftests/kvm/lib/
A Dsparsebit.c900 static inline sparsebit_idx_t node_first_set(struct node *nodep, int start) in node_first_set()
908 static inline sparsebit_idx_t node_first_clear(struct node *nodep, int start) in node_first_clear()
1158 sparsebit_idx_t start; in sparsebit_next_set() local
1304 sparsebit_idx_t start, sparsebit_num_t num) in sparsebit_next_set_num()
1339 sparsebit_idx_t start, sparsebit_num_t num) in sparsebit_next_clear_num()
1371 sparsebit_idx_t start, sparsebit_num_t num) in sparsebit_set_num()
1453 sparsebit_idx_t start, sparsebit_num_t num) in sparsebit_clear_num()

Completed in 46 milliseconds

12345678910