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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
map.c 93 * unnecessary map__load warning.
151 int map__load(struct map *map, symbol_filter_t filter) function
198 if (map__load(map, filter) < 0)
207 if (map__load(map, filter) < 0)
map.h 104 int map__load(struct map *map, symbol_filter_t filter);
probe-event.c     [all...]
event.c 694 map__load(al->map, machine->symbol_filter);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
code-reading.c 183 * map__load() does that. See map__rip_2objdump() for details.
185 if (map__load(al.map, NULL))
421 ret = map__load(map, NULL);
423 pr_debug("map__load failed\n");
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-inject.c 227 if (map__load(al.map, NULL) >= 0) {

Completed in 166 milliseconds