From mboxrd@z Thu Jan 1 00:00:00 1970 From: Taeung Song Subject: [Suggestion] perf ftrace: pager support Date: Thu, 26 Jan 2017 21:44:58 +0900 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail-pf0-f196.google.com ([209.85.192.196]:36324 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752293AbdAZMpF (ORCPT ); Thu, 26 Jan 2017 07:45:05 -0500 Received: by mail-pf0-f196.google.com with SMTP id 19so16414687pfo.3 for ; Thu, 26 Jan 2017 04:45:02 -0800 (PST) Sender: linux-perf-users-owner@vger.kernel.org List-ID: To: Namhyung Kim , Arnaldo Carvalho de Melo Cc: perf group Hi, :) If we run perf ftrace, all output is printed. But if size of output is big, it is hard to slowly examine output(traced functions). So I thought if perf-ftrace has pager support, it would be better. What do you think about this ? :) Thanks, Taeung