On 10/22/13 8:34 AM, Adrian Hunter wrote:
-static int __cmd_script(struct perf_session *session)
+static int __cmd_script(struct perf_script *scr)
for naming consistency that should be *script.
{
int ret;
signal(SIGINT, sig_handler);
- ret = perf_session__process_eve
Change perf_script from being global to being local.
Signed-off-by: Adrian Hunter
---
tools/perf/builtin-script.c | 40
1 file changed, 24 insertions(+), 16 deletions(-)
diff --git a/tools/perf/builtin-script.c b/tools/perf/builtin-script.c
index 27de606
2 matches
Mail list logo