HomeSort by relevance Sort by last modified time
    Searched refs:thread__find_addr_map (Results 1 - 7 of 7) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
thread.h 48 void thread__find_addr_map(struct thread *thread, struct machine *machine,
build-id.c 36 thread__find_addr_map(thread, machine, cpumode, MAP__FUNCTION,
unwind.c 274 thread__find_addr_map(ui->thread, ui->machine, PERF_RECORD_MISC_USER,
351 thread__find_addr_map(ui->thread, ui->machine, PERF_RECORD_MISC_USER,
event.c 620 void thread__find_addr_map(struct thread *self, function
703 thread__find_addr_map(thread, machine, cpumode, type, addr, al);
739 thread__find_addr_map(thread, machine, cpumode, MAP__FUNCTION,
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-inject.c 221 thread__find_addr_map(thread, machine, cpumode, MAP__FUNCTION,
builtin-script.c 363 thread__find_addr_map(thread, machine, cpumode, MAP__FUNCTION,
366 thread__find_addr_map(thread, machine, cpumode, MAP__VARIABLE,
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
code-reading.c 149 thread__find_addr_map(thread, machine, cpumode, MAP__FUNCTION, addr,
152 pr_debug("thread__find_addr_map failed\n");

Completed in 336 milliseconds