Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751031AbeAPHry (ORCPT + 1 other); Tue, 16 Jan 2018 02:47:54 -0500 Received: from mail-wm0-f68.google.com ([74.125.82.68]:35789 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750740AbeAPHrw (ORCPT ); Tue, 16 Jan 2018 02:47:52 -0500 X-Google-Smtp-Source: ACJfBot2X3XHE6vk3SD6mVcZEghER6B117mQYJK9M23mEeSsZIDlH+SCY8DL0mubvMWKFqGuxZCBxw== From: "Vladislav Valtchev (VMware)" To: rostedt@goodmis.org Cc: linux-trace-devel@vger.kernel.org, linux-kernel@vger.kernel.org, y.karadz@gmail.com, "Vladislav Valtchev (VMware)" Subject: [PATCH v3 0/3] Integrate stack tracer status in 'stat' Date: Tue, 16 Jan 2018 09:47:41 +0200 Message-Id: <20180116074744.5522-1-vladislav.valtchev@gmail.com> X-Mailer: git-send-email 2.14.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: This short patch series makes trace-cmd stat aware of the stack tracer: now, when the stack tracker is ON, the command will report that. Vladislav Valtchev (VMware) (3): trace-cmd: Make read_proc() to return int status via OUT arg trace-cmd: Remove the die() call from read_proc() trace-cmd: Making stat to report when the stack tracer is ON trace-cmd.h | 2 ++ trace-stack.c | 85 ++++++++++++++++++++++++++++++++++++++++++++++++----------- trace-stat.c | 8 ++++++ 3 files changed, 79 insertions(+), 16 deletions(-) -- 2.14.1