Home
last modified time | relevance | path

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

12

/tools/perf/util/
Dsvghelper.c74 void open_svg(const char *filename, int cpus, int rows, u64 start, u64 end) in open_svg()
122 void svg_box(int Yslot, u64 start, u64 end, const char *type) in svg_box()
131 void svg_sample(int Yslot, int cpu, u64 start, u64 end) in svg_sample()
171 void svg_waiting(int Yslot, u64 start, u64 end) in svg_waiting()
258 void svg_process(int cpu, u64 start, u64 end, const char *type, const char *name) in svg_process()
282 void svg_cstate(int cpu, u64 start, u64 end, int type) in svg_cstate()
335 void svg_pstate(int cpu, u64 start, u64 end, u64 freq) in svg_pstate()
353 void svg_partial_wakeline(u64 start, int row1, char *desc1, int row2, char *desc2) in svg_partial_wakeline()
400 void svg_wakeline(u64 start, int row1, int row2) in svg_wakeline()
422 void svg_interrupt(u64 start, int row) in svg_interrupt()
[all …]
Dvdso.c19 static int find_vdso_map(void **start, void **end) in find_vdso_map()
54 void *start, *end; in get_file() local
Dsymbol.c206 struct symbol *symbol__new(u64 start, u64 len, u8 binding, const char *name) in symbol__new()
420 char type, u64 start)) in kallsyms__parse()
433 u64 start; in kallsyms__parse() local
488 char type, u64 start) in map__process_kallsym_symbol()
700 u64 start, size; in dso__load_perf_map() local
Dmachine.c312 struct map *machine__new_module(struct machine *machine, u64 start, in machine__new_module()
435 u64 start; member
439 char type __maybe_unused, u64 start) in symbol__in_kernel()
480 u64 start = machine__get_kernel_start_addr(machine); in __machine__create_kernel_maps() local
776 u64 start; in machine__create_modules() local
Dmap.c34 u64 start, u64 end, u64 pgoff, struct dso *dso) in map__init()
49 struct map *map__new(struct list_head *dsos__list, u64 start, u64 len, in map__new()
103 struct map *map__new2(u64 start, struct dso *dso, enum map_type type) in map__new2()
Dannotate.c640 static int disasm_line__print(struct disasm_line *dl, struct symbol *sym, u64 start, in disasm_line__print()
808 u64 start = map__rip_2objdump(map, sym->start), in symbol__parse_objdump_line() local
1035 u64 start; in symbol__get_source_line() local
1171 u64 start = map__rip_2objdump(map, sym->start); in symbol__annotate_printf() local
Dmap.h32 u64 start; member
Devent.c416 u64 start; member
420 u64 start) in find_symbol_cb()
Dprobe-event.h89 int start; /* Start line number */ member
Dcallchain.c323 u64 start = cursor->pos; in append_chain() local
Devent.h24 u64 start; member
Dsymbol-elf.c767 u64 start = sym.st_value; in dso__load_sym() local
/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DSchedGui.py79 def paint_rectangle_zone(self, nr, color, top_color, start, end): argument
103 def update_rectangles(self, dc, start, end): argument
/tools/perf/bench/
Dsched-pipe.c50 struct timeval start, stop, diff; in bench_sched_pipe() local
Dsched-messaging.c273 struct timeval start, stop, diff; in bench_sched_messaging() local
Dnuma.c732 long start, end; in do_work() local
1011 struct timeval start0, start, stop, diff; in worker_thread() local
1396 struct timeval start, stop, diff; in __bench_numa() local
/tools/perf/ui/
Dbrowser.c604 u16 start, u16 end) in __ui_browser__vline()
622 u64 start, u64 end) in __ui_browser__line_arrow_up()
662 u64 start, u64 end) in __ui_browser__line_arrow_down()
701 u64 start, u64 end) in __ui_browser__line_arrow()
Dhist.c438 char *start = hpp->buf; in hist_entry__period_snprintf() local
/tools/power/cpupower/utils/idle_monitor/
Dcpupower-monitor.c53 long long timespec_diff_us(struct timespec start, struct timespec end) in timespec_diff_us()
278 struct timespec start, end; in fork_it() local
Dcpupower-monitor.h51 int (*start) (void); member
/tools/perf/tests/
Dhists_link.c23 u64 start; member
38 u64 start; member
/tools/perf/ui/gtk/
Dannotate.c54 u64 start = map__rip_2objdump(map, sym->start); in perf_gtk__get_offset() local
/tools/lguest/
Dlguest.c540 static void tell_kernel(unsigned long start) in tell_kernel()
774 struct timeval start; member
1858 unsigned long mem = 0, start, initrd_size = 0; in main() local
/tools/testing/selftests/mqueue/
Dmq_perf_tests.c426 struct timespec res, start, middle, end, send_total, recv_total; in perf_test_thread() local
/tools/perf/scripts/python/
Dsched-migration.py160 def __init__(self, start, prev): argument
298 def fill_zone(self, start, end): argument

12