Re: [PATCH -tip v3 03/11] [CLEANUP] perf-probe: Replace line_list with intlist

2014-02-16 Thread Namhyung Kim
On Thu, 06 Feb 2014 05:32:09 +, Masami Hiramatsu wrote: > Replace line_list (struct line_node) with intlist for > reducing similar codes. Acked-by: Namhyung Kim Thanks, Namhyung -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCH -tip v3 03/11] [CLEANUP] perf-probe: Replace line_list with intlist

2014-02-16 Thread Namhyung Kim
On Thu, 06 Feb 2014 05:32:09 +, Masami Hiramatsu wrote: Replace line_list (struct line_node) with intlist for reducing similar codes. Acked-by: Namhyung Kim namhy...@kernel.org Thanks, Namhyung -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a

[PATCH -tip v3 03/11] [CLEANUP] perf-probe: Replace line_list with intlist

2014-02-05 Thread Masami Hiramatsu
Replace line_list (struct line_node) with intlist for reducing similar codes. Signed-off-by: Masami Hiramatsu --- tools/perf/builtin-probe.c | 12 +++--- tools/perf/util/probe-event.c | 22 +-- tools/perf/util/probe-event.h | 12 +- tools/perf/util/probe-finder.c | 81

[PATCH -tip v3 03/11] [CLEANUP] perf-probe: Replace line_list with intlist

2014-02-05 Thread Masami Hiramatsu
Replace line_list (struct line_node) with intlist for reducing similar codes. Signed-off-by: Masami Hiramatsu masami.hiramatsu...@hitachi.com --- tools/perf/builtin-probe.c | 12 +++--- tools/perf/util/probe-event.c | 22 +-- tools/perf/util/probe-event.h | 12 +-