HomeSort by relevance Sort by last modified time
    Searched refs:dso (Results 26 - 50 of 63) sorted by null

12 3

  /external/linux-tools-perf/util/
map.h 28 struct dso;
45 /* ip -> dso rip */
47 /* dso rip -> ip */
50 struct dso *dso; member in struct:map
115 u64 start, u64 end, u64 pgoff, struct dso *dso);
hist.h 87 void hists__filter_by_dso(struct hists *self, const struct dso *dso);
header.c 142 struct dso *pos;
318 static int dso__cache_build_id(struct dso *dso, const char *debugdir)
320 bool is_kallsyms = dso->kernel && dso->long_name[0] != '/';
322 return build_id_cache__add_b(dso->build_id, sizeof(dso->build_id),
323 dso->long_name, debugdir, is_kallsyms);
328 struct dso *pos;
681 struct dso *dso local
    [all...]
event.c 254 if (pos->dso->kernel)
259 size = KERNEL_ALIGN(pos->dso->long_name_len + 1, sizeof(u64));
261 size = ALIGN(pos->dso->long_name_len + 1, sizeof(u64));
273 memcpy(event->mmap.filename, pos->dso->long_name,
274 pos->dso->long_name_len + 1);
552 map->dso->short_name = name;
553 map->dso->sname_alloc = 1;
562 struct dso *kernel = __dsos__findnew(&machine->kernel_dsos,
586 * preload dso of guest kernel and modules
746 * address, try to look it up in the kernel dso, as it might b
    [all...]
probe-event.c 125 if (strncmp(pos->dso->short_name + 1, module,
126 pos->dso->short_name_len - 2) == 0) {
133 static struct dso *kernel_get_module_dso(const char *module)
135 struct dso *dso; local
140 list_for_each_entry(dso, &machine.kernel_dsos, node) {
141 if (strncmp(dso->short_name + 1, module,
142 dso->short_name_len - 2) == 0)
150 dso = map->dso;
168 struct dso *dso = kernel_get_module_dso(module); local
    [all...]
header.h 113 int perf_event__synthesize_build_id(struct dso *pos, u16 misc,
hist.c 68 len = dso__name_len(h->ms.map->dso);
922 void hists__filter_by_dso(struct hists *self, const struct dso *dso)
936 if (dso != NULL && (h->ms.map == NULL || h->ms.map->dso != dso)) {
session.c     [all...]
  /external/linux-tools-perf/util/ui/browsers/
hists.c 785 const char *ev_name, const struct dso *dso,
800 if (dso)
802 ", DSO: %s", dso->short_name);
814 const struct dso *dso_filter = NULL;
831 const struct dso *dso = NULL; local
841 dso = browser->selection->map ? browser->selection->map->dso : NULL
    [all...]
map.c 106 if (ui_browser__show(&self->b, self->map->dso->long_name,
131 .entries = &self->dso->symbols[self->type],
top.c 63 slsmg_write_nstring(width >= syme->map->dso->long_name_len ?
64 syme->map->dso->long_name :
65 syme->map->dso->short_name, width);
  /external/libsepol/src/
private.h 17 #include <dso.h>
  /frameworks/native/opengl/libs/EGL/
egl.cpp 223 if (cnx->dso == 0) {
266 if (cnx->dso == 0) {
271 cnx->dso = loader.open(cnx);
274 return cnx->dso ? EGL_TRUE : EGL_FALSE;
egl_display.cpp 122 if (cnx->dso && disp.dpy == EGL_NO_DISPLAY) {
126 loader.close(cnx->dso);
127 cnx->dso = NULL;
165 if (cnx->dso) {
277 if (cnx->dso && disp.state == egl_display_t::INITIALIZED) {
eglApi.cpp 181 if (cnx->dso) {
206 if (cnx->dso) {
609 if (!cnx->dso)
620 if (!cnx->dso)
630 if (cnx->dso) {
701 if (cnx->dso && cnx->egl.eglGetProcAddress) {
943 if (cnx->dso && cnx->egl.eglSwapInterval) {
960 if (!cnx->dso)
983 if (cnx->dso && cnx->egl.eglBindAPI) {
998 if (cnx->dso && cnx->egl.eglQueryAPI)
    [all...]
  /hardware/libhardware/include/hardware/
hardware.h 136 /** module's dso */
137 void* dso; member in struct:hw_module_t
  /external/openssl/crypto/asn1/
asn_moid.c 64 #include <openssl/dso.h>
  /external/openssl/crypto/dso/
dso_err.c 1 /* crypto/dso/dso_err.c */
63 #include <openssl/dso.h>
128 {ERR_REASON(DSO_R_DSO_ALREADY_LOADED) ,"dso already loaded"},
  /external/openssl/crypto/err/
err_all.c 91 #include <openssl/dso.h>
  /external/linux-tools-perf/
builtin-test.c 47 * Create the kernel maps for kallsyms and the DSO where we will then
118 * Now look at the symbols in the vmlinux DSO and check if we find all of them
119 * in the kallsyms dso. For the ones that are in both, check its names and
122 for (nd = rb_first(&vmlinux_map->dso->symbols[type]); nd; nd = rb_next(nd)) {
195 (pos->dso->kernel ?
196 pos->dso->short_name :
197 pos->dso->name));
216 pos->start, pos->end, pos->pgoff, pos->dso->name);
220 pr_info(" %s\n", pair->dso->name);
builtin-report.c 128 al.map->dso->hit = 1;
265 const char *help = "For a higher level overview, try: perf report --sort comm,dso";
287 (kernel_map->dso->hit &&
290 const struct dso *kdso = kernel_map->dso;
440 "sort by key(s): pid, comm, dso, symbol, parent"),
450 OPT_STRING('d', "dsos", &symbol_conf.dso_list_str, "dso[,dso...]",
525 sort_entry__setup_elide(&sort_dso, symbol_conf.dso_list, "dso", stdout);
builtin-annotate.c 62 &al->map->dso->symbols[al->map->type]);
126 if (he->ms.sym == NULL || he->ms.map->dso->annotate_warned)
244 OPT_STRING('d', "dsos", &symbol_conf.dso_list_str, "dso[,dso...]",
builtin-top.c 173 if (map->dso->symtab_type == SYMTAB__KALLSYMS) {
324 printf(" %-*.*s DSO\n", sym_width, sym_width, "function");
356 dso_width >= syme->map->dso->long_name_len ?
357 syme->map->dso->long_name :
358 syme->map->dso->short_name);
774 !RB_EMPTY_ROOT(&al.map->dso->symbols[MAP__FUNCTION]) ?
787 * here and there are _no_ symbols in the DSO backing the
796 RB_EMPTY_ROOT(&al.map->dso->symbols[MAP__FUNCTION])) {
821 if (top.sym_filter_entry->map->dso->symtab_type == SYMTAB__KALLSYMS) {
  /hardware/libhardware/
hardware.c 98 hmi->dso = handle;
  /external/openssl/
Crypto.mk 235 crypto/dso/dso_dl.c \
236 crypto/dso/dso_dlfcn.c \
237 crypto/dso/dso_err.c \
238 crypto/dso/dso_lib.c \
239 crypto/dso/dso_null.c \
240 crypto/dso/dso_openssl.c \

Completed in 541 milliseconds

12 3