• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/

Lines Matching defs:fetch

131 /* Data fetch function type */
165 /* Data fetch function templates */
239 if (ret < 0) { /* Failed to fetch string */
357 /* Default (unsigned long) fetch type */
384 .fetch = { \
409 fetch_func_t fetch[FETCH_MTD_END];
455 if (type->fetch[i] == orig_fn)
456 return fetch_type_table[FETCH_TYPE_STRSIZE].fetch[i];
467 struct fetch_param fetch;
590 if (CHECK_FETCH_FUNCS(deref, arg->fetch.fn))
591 free_deref_fetch_param(arg->fetch.data);
592 else if (CHECK_FETCH_FUNCS(symbol, arg->fetch.fn))
593 free_symbol_cache(arg->fetch.data);
709 f->fn = t->fetch[FETCH_MTD_retval];
723 f->fn = t->fetch[FETCH_MTD_stack];
749 f->fn = t->fetch[FETCH_MTD_reg];
759 f->fn = t->fetch[FETCH_MTD_memory];
767 f->fn = t->fetch[FETCH_MTD_symbol];
797 f->fn = t->fetch[FETCH_MTD_deref];
803 if (!ret && !f->fn) { /* Parsed, but do not find fetch method */
804 pr_info("%s type has no corresponding fetch method.\n",
839 ret = __parse_probe_arg(arg, parg->type, &parg->fetch, is_return);
842 parg->fetch.fn);
843 parg->fetch_size.data = parg->fetch.data;
869 * $retval : fetch return value
870 * $stack : fetch stack address
871 * $stackN : fetch Nth of stack (N:0-)
872 * @ADDR : fetch memory at ADDR (ADDR should be in kernel)
873 * @SYM[+|-offs] : fetch memory at SYM +|- offs (SYM is a data symbol)
874 * %REG : fetch register REG
875 * Dereferencing memory fetch:
876 * +|-offs(ARG) : fetch memory at ARG +|- offs address.
1030 /* Parse fetch argument */
1257 /* Then try to fetch string or dynamic array data */
1258 call_fetch(&tp->args[i].fetch, regs, dl);
1267 call_fetch(&tp->args[i].fetch, regs,