From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752566Ab3EXLRL (ORCPT ); Fri, 24 May 2013 07:17:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:8439 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751598Ab3EXLRJ (ORCPT ); Fri, 24 May 2013 07:17:09 -0400 From: Jiri Olsa To: linux-kernel@vger.kernel.org Cc: Arnaldo Carvalho de Melo , Peter Zijlstra , Ingo Molnar , Paul Mackerras , Frederic Weisbecker , Namhyung Kim , Stephane Eranian , David Ahern Subject: [PATCH 0/5] perf tools: Fix attr tests plus other small fixes Date: Fri, 24 May 2013 13:16:36 +0200 Message-Id: <1369394201-20044-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, sending fixes for attr tests. It's tested with following patch reverted: 87f303a perf record: handle death by SIGTERM otherwise I get a deadlock.. this issue will be handled separatelly. It's reachable at: git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git perf/core_misc thanks, jirka Cc: Arnaldo Carvalho de Melo Cc: Peter Zijlstra Cc: Ingo Molnar Cc: Paul Mackerras Cc: Frederic Weisbecker Cc: Namhyung Kim Cc: Stephane Eranian Cc: David Ahern --- Jiri Olsa (5): perf tests: Fix attr test for record -d option perf tests: Fix exclude_guest|exclude_host checking for attr tests perf tools: Remove frozen from perf_header struct perf tools: Remove unused code from record command perf tools: Remove cwdlen from struct perf_session tools/perf/builtin-report.c | 23 +++++------------------ tools/perf/tests/attr/base-record | 4 ++-- tools/perf/tests/attr/base-stat | 4 ++-- tools/perf/tests/attr/test-record-data | 5 ++++- tools/perf/util/header.c | 2 -- tools/perf/util/header.h | 1 - tools/perf/util/session.h | 1 - 7 files changed, 13 insertions(+), 27 deletions(-)