Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751783AbcDTTA2 (ORCPT ); Wed, 20 Apr 2016 15:00:28 -0400 Received: from szxga01-in.huawei.com ([58.251.152.64]:57728 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751327AbcDTTAZ (ORCPT ); Wed, 20 Apr 2016 15:00:25 -0400 From: Wang Nan To: , , CC: , , Wang Nan , Adrian Hunter , He Kuang , Jiri Olsa , Masami Hiramatsu , Zefan Li Subject: [PATCH v6 0/7] perf tools: Use SIGUSR2 control data dumpping Date: Wed, 20 Apr 2016 18:59:47 +0000 Message-ID: <1461178794-40467-1-git-send-email-wangnan0@huawei.com> X-Mailer: git-send-email 1.8.3.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.107.193.248] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020202.5717D1BB.00EC,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: d5957329394f919c1975cf9359c66d8e Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1334 Lines: 35 v5 -> v6: Improve trigger class: rename (Suggested by Namhyung Kim) toggle -> hit; don't generate functions for each trigger, use generic functions instead. Patch cleanup: switch auxtrace_snapshot to trigger in a isolated patch (2/7). Cc: Wang Nan Cc: Adrian Hunter Cc: He Kuang Cc: Jiri Olsa Cc: Masami Hiramatsu Cc: Namhyung Kim Cc: Zefan Li Cc: pi3orama@163.com Wang Nan (7): perf tools: Introduce trigger class perf tools: Derive trigger class from auxtrace_snapshot perf record: Split output into multiple files via '--switch-output' perf record: Force enable --timestamp-filename when --switch-output is provided perf record: Disable buildid cache options by default in switch output mode perf record: Re-synthesize tracking events after output switching perf record: Generate tracking events for process forked by perf tools/perf/Documentation/perf-record.txt | 13 +++ tools/perf/builtin-record.c | 173 +++++++++++++++++++++---------- tools/perf/util/trigger.h | 94 +++++++++++++++++ 3 files changed, 225 insertions(+), 55 deletions(-) create mode 100644 tools/perf/util/trigger.h -- 1.8.3.4