Searched refs:symbol (Results 101 - 125 of 190) sorted by relevance

12345678

/linux-master/tools/perf/util/
H A Ddso.h153 struct symbol **symbol_names;
161 struct symbol *symbol; member in struct:dso::__anon306
229 * @pos: the 'struct symbol *' to use as a loop cursor
H A Dparse-events.c43 .symbol = "cpu-cycles",
47 .symbol = "instructions",
51 .symbol = "cache-references",
55 .symbol = "cache-misses",
59 .symbol = "branch-instructions",
63 .symbol = "branch-misses",
67 .symbol = "bus-cycles",
71 .symbol = "stalled-cycles-frontend",
75 .symbol = "stalled-cycles-backend",
79 .symbol
[all...]
H A Dannotate.c23 #include "symbol.h"
378 struct symbol *sym = ms->sym;
429 * boundaries, i.e. in the ELF symbol table for cc1
439 * the symbol searching and disassembly should be done.
867 /* symbol histogram: key = offset << 16 | evsel->core.idx */
914 void symbol__annotate_zero_histograms(struct symbol *sym)
985 struct symbol *sym = ms->sym;
1041 static struct cyc_hist *symbol__cycles_hist(struct symbol *sym)
1059 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists)
1082 struct symbol *sy
[all...]
H A Dhist.h21 struct symbol;
139 struct symbol *parent;
155 struct symbol *parent,
165 struct symbol *sym_parent,
H A Dthread.h118 struct symbol *thread__find_symbol(struct thread *thread, u8 cpumode,
120 struct symbol *thread__find_symbol_fb(struct thread *thread, u8 cpumode,
H A Dprobe-finder.c30 #include "symbol.h"
527 const char *symbol; local
538 symbol = dwarf_diename(sp_die);
540 /* Try to get actual symbol name and address from symtab */
541 symbol = dwfl_module_addrsym(mod, paddr, &sym, NULL);
544 if (!symbol) {
545 pr_warning("Failed to find symbol at 0x%lx\n",
552 tp->symbol = strdup(symbol);
553 if (!tp->symbol)
[all...]
/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_insformat.h170 struct symbol *patch_label;
H A Daicasm.c410 cur_node->symbol->info.condinfo->func_num,
412 cur_node->symbol->info.condinfo->func_num,
414 cur_node->symbol->name);
571 fprintf(stdout, "\n(%s)\n", cur_func->symbol->name);
/linux-master/tools/perf/arch/x86/util/
H A Dmachine.c10 #include "../../../util/symbol.h"
13 #include <symbol/kallsyms.h>
/linux-master/drivers/gpu/drm/rockchip/
H A Dcdn-dp-reg.c634 u64 symbol; local
653 * get a best tu_size and valid symbol:
655 * 2. calculate VS(valid symbol) = TU * Pclk * Bpp / (Lclk * Lanes)
661 symbol = (u64)tu_size_reg * mode->clock * bit_per_pix;
662 do_div(symbol, dp->max_lanes * link_rate * 8);
663 rem = do_div(symbol, 1000);
671 } while ((symbol <= 1) || (tu_size_reg - symbol < 4) ||
674 val = symbol + (tu_size_reg << 8);
681 val = div_u64(mode->clock * (symbol
[all...]
/linux-master/tools/lib/symbol/
H A DMakefile104 INSTALL_HDRS_PFX := $(DESTDIR)$(prefix)/include/symbol
/linux-master/tools/objtool/
H A Dobjtool.c115 void objtool_pv_add(struct objtool_file *f, int idx, struct symbol *func)
/linux-master/tools/objtool/arch/x86/
H A Ddecode.c160 struct symbol *sym;
626 struct symbol *func;
829 bool arch_is_retpoline(struct symbol *sym)
834 bool arch_is_rethunk(struct symbol *sym)
839 bool arch_is_embedded_insn(struct symbol *sym)
/linux-master/scripts/kconfig/
H A Dmconf.c257 " this symbol (bool, tristate, string, ...)\n"
259 " this symbol\n"
260 "o The 'Defined at' line tells at what file / line number the symbol\n"
263 " this symbol to be visible in the menu (selectable)\n"
264 "o The 'Location:' lines tells where in the menu structure this symbol\n"
273 " selected if this symbol is selected (y or m)\n"
274 "o The 'Selected by' line tells what symbol has selected this symbol\n"
384 struct symbol **sym_arr;
455 struct symbol *sy
[all...]
H A Dexpr.c18 struct expr *expr_alloc_symbol(struct symbol *sym)
43 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2)
434 struct symbol *sym1, *sym2;
498 struct symbol *sym1, *sym2;
726 printf("boolean symbol %s tested for 'm'? test forced to 'n'\n", e->left.sym->name);
747 printf("boolean symbol %s tested for 'm'? test forced to 'y'\n", e->left.sym->name);
851 int expr_contains_symbol(struct expr *dep, struct symbol *sym)
879 bool expr_depends_symbol(struct expr *dep, struct symbol *sym)
909 * Inserts explicit comparisons of type 'type' to symbol 'sy
[all...]
H A Dqconf.cc93 struct symbol* sym;
270 struct symbol *sym;
489 struct symbol* sym;
514 struct symbol* sym;
1011 struct symbol* sym;
1069 QString ConfigInfoView::debug_info(struct symbol *sym)
1160 void ConfigInfoView::expr_print_help(void *data, struct symbol *sym, const char *str)
1178 struct symbol **result;
1200 /* Seek for the menu which holds the symbol */
1298 struct symbol **
[all...]
/linux-master/tools/perf/
H A Dbuiltin-top.c38 #include "util/symbol.h"
114 struct symbol *sym;
144 pr_err("Not enough memory for annotating '%s' symbol!\n",
165 struct symbol *sym = he->ms.sym;
169 static void ui__warn_map_erange(struct map *map, struct symbol *sym, u64 ip)
204 struct symbol *sym = he->ms.sym;
231 pr_err("Not enough memory for annotating '%s' symbol!\n",
245 struct symbol *symbol; local
253 symbol
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dnv50.c1162 const u32 symbol = 100000; local
1166 u32 best_diff = 64 * symbol;
1186 /* calculate ratio of packed data rate to link symbol rate */
1187 link_ratio = link_data_rate * symbol;
1196 VTUi = tu_valid / symbol;
1197 calc = VTUi * symbol;
1200 if (diff >= (symbol / 2)) {
1201 VTUf = symbol / (symbol - diff);
1202 if (symbol
[all...]
/linux-master/include/net/netfilter/
H A Dnf_conntrack_helper.h161 nf_ct_helper_expectfn_find_by_symbol(const void *symbol);
/linux-master/tools/perf/arch/loongarch/annotate/
H A Dinstructions.c57 struct symbol *sym = ms->sym;
/linux-master/tools/perf/tests/
H A Dhists_link.c4 #include "symbol.h"
22 struct symbol *sym;
148 struct thread *t, struct map *m, struct symbol *s)
/linux-master/tools/testing/selftests/sgx/
H A Dload.c134 * Parse the enclave code's symbol table to locate and return address of
135 * the provided symbol
137 uint64_t encl_get_entry(struct encl *encl, const char *symbol) argument
170 if (!strcmp(symbol, sym_names + sym->st_name))
/linux-master/tools/testing/selftests/bpf/
H A Dtrace_helpers.c68 char symbol; local
84 if (sscanf(buf, "%p %c %s", &addr, &symbol, func) != 3)
209 /* open kallsyms and read symbol addresses on the fly. Without caching all symbols,
/linux-master/tools/perf/ui/browsers/
H A Dannotate.c12 #include "../../util/symbol.h"
156 struct symbol *sym = ms->sym;
307 struct symbol *sym = ms->sym;
437 static int sym_title(struct symbol *sym, struct map *map, char *title,
473 ui__warning("Not enough memory for annotating '%s' symbol!\n",
659 struct symbol *sym = ms->sym;
713 struct symbol *sym = ms->sym;
779 "</> Move to prev/next symbol\n"
949 struct symbol *sym = ms->sym;
/linux-master/kernel/debug/kdb/
H A Dkdb_main.c520 * symbol name, and offset to the caller.
523 * hexadecimal), a symbol name, a register name (preceded by the
526 * consisting of a symbol name, +/-, and a numeric constant value
536 * *name - receives the symbol name, if any
552 char symbol = '\0'; local
559 * provide symbol lookup.
568 * symbol | numeric-address [+/- numeric-offset]
579 * If there is no whitespace between the symbol
582 * null so the symbol/value can be properly parsed
586 symbol
[all...]

Completed in 276 milliseconds

12345678