Messages in this thread |  | | From | Namhyung Kim <> | Subject | Re: [PATCH 12/17] tracing/probes: Implement 'memory' fetch method for uprobes | Date | Wed, 11 Dec 2013 10:15:00 +0900 |
| |
On Tue, 10 Dec 2013 20:00:37 +0900, Masami Hiramatsu wrote: > (2013/12/09 15:20), Namhyung Kim wrote: >> @@ -493,7 +416,7 @@ static int parse_probe_arg(char *arg, const struct fetch_type *t, >> dprm->offset = offset; >> dprm->fetch = t->fetch[FETCH_MTD_memory]; >> dprm->fetch_size = get_fetch_size_function(t, >> - dprm->fetch, ttbl); >> + dprm->fetch, ftbl); > > What is this change? I guess it should be included in 11/17...
Argh, right. It looks like a git rebase artifact, will change.
> The rest of this patch is good for me.
So can I add you ack then? :)
Thank you! Namhyung
|  |