perf probe: Replace line_list with intlist
authorMasami Hiramatsu <[email protected]>
Thu, 6 Feb 2014 05:32:09 +0000 (05:32 +0000)
committerArnaldo Carvalho de Melo <[email protected]>
Tue, 18 Feb 2014 12:34:50 +0000 (09:34 -0300)
commit5a62257a3ddd1a09cf278eae0697fcbe20897447
treea26fefd435c259900e454c7ffc56d2db11aa568a
parentf49540b17c1c6fa5a0734cc1d8b57614fd2036be
perf probe: Replace line_list with intlist

Replace line_list (struct line_node) with intlist for reducing similar
codes.

Signed-off-by: Masami Hiramatsu <[email protected]>
Acked-by: Namhyung Kim <[email protected]>
Cc: David Ahern <[email protected]>
Cc: "David A. Long" <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Oleg Nesterov <[email protected]>
Cc: Srikar Dronamraju <[email protected]>
Cc: Steven Rostedt <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/20140206053209.29635.81043.stgit@kbuild-fedora.yrl.intra.hitachi.co.jp
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/builtin-probe.c
tools/perf/util/probe-event.c
tools/perf/util/probe-event.h
tools/perf/util/probe-finder.c
tools/perf/util/probe-finder.h