lkml.org 
[lkml]   [2013]   [Dec]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 10/17] tracing/probes: Move 'symbol' fetch method to kprobes
On Mon, 16 Dec 2013 13:32:09 +0900
Namhyung Kim <namhyung@kernel.org> wrote:

> index 5395d37e5e72..adc9ac70fd3c 100644
> --- a/kernel/trace/trace_uprobe.c
> +++ b/kernel/trace/trace_uprobe.c
> @@ -115,6 +115,14 @@ DEFINE_BASIC_FETCH_FUNCS(stack)
> #define fetch_stack_string_size NULL
>
>
> +/* uprobes don't support symbol fetch methods */

"uprobes does not support symbol fetch methods"

-- Steve

> +#define fetch_symbol_u8 NULL
> +#define fetch_symbol_u16 NULL
> +#define fetch_symbol_u32 NULL
> +#define fetch_symbol_u64 NULL
> +#define fetch_symbol_string NULL
> +#define fetch_symbol_string_size NULL
> +
> /* Fetch type information table */
> const struct fetch_type uprobes_fetch_type_table[] = {
> /* Special types */



\
 
 \ /
  Last update: 2013-12-18 21:41    [W:0.175 / U:0.176 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site