From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756292Ab3GKP30 (ORCPT ); Thu, 11 Jul 2013 11:29:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55388 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756273Ab3GKP3V (ORCPT ); Thu, 11 Jul 2013 11:29:21 -0400 From: Jiri Olsa To: linux-kernel@vger.kernel.org Cc: Jiri Olsa , Arnaldo Carvalho de Melo , Peter Zijlstra , Ingo Molnar , Paul Mackerras , Corey Ashford , Frederic Weisbecker , Namhyung Kim , David Ahern , Thomas Renninger Subject: [PATCHv2 0/5] perf tools: Remove event types data Date: Thu, 11 Jul 2013 17:28:28 +0200 Message-Id: <1373556513-3000-1-git-send-email-jolsa@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org hi, following up on the 'perf timechart' FIXME note and changing its tracepoint match not to use event types data. Original RFC sent here: http://marc.info/?l=linux-kernel&m=137344263513417&w=2 v2 changes: - using tracepoints haler callbacks to get power data in timechart command (patch 2) - separating enum removal of 'enum trace_flag_type' (patch 1) Again, timechart (and perf.data) tests look ok, but would appreciate another tester ;-). It's reachable here: git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git perf/et2 thanks, jirka Signed-off-by: Jiri Olsa Cc: Arnaldo Carvalho de Melo Cc: Peter Zijlstra Cc: Ingo Molnar Cc: Paul Mackerras Cc: Corey Ashford Cc: Frederic Weisbecker Cc: Namhyung Kim Cc: David Ahern Cc: Thomas Renninger --- tools/perf/builtin-inject.c | 7 ---- tools/perf/builtin-record.c | 13 -------- tools/perf/builtin-report.c | 1 - tools/perf/builtin-script.c | 1 - tools/perf/builtin-timechart.c | 176 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------- tools/perf/util/event.h | 2 +- tools/perf/util/header.c | 118 +------------------------------------------------------------------ tools/perf/util/header.h | 16 +--------- tools/perf/util/session.c | 11 ------- tools/perf/util/tool.h | 3 -- 10 files changed, 102 insertions(+), 246 deletions(-)