Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751556AbbGKOvy (ORCPT ); Sat, 11 Jul 2015 10:51:54 -0400 Received: from mail-pd0-f173.google.com ([209.85.192.173]:32943 "EHLO mail-pd0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750855AbbGKOvw (ORCPT ); Sat, 11 Jul 2015 10:51:52 -0400 From: Jungseok Lee To: rostedt@goodmis.org, mingo@redhat.com Cc: linux-kernel@vger.kernel.org Subject: [PATCH 0/2] Improve trace output format Date: Sat, 11 Jul 2015 14:51:38 +0000 Message-Id: <1436626300-1679-1-git-send-email-jungseoklee85@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1021 Lines: 30 I have found out a space to improve a delay feature of trace output format as playing with function_graph. This patchset deals with delay of 7-digit number and introduction of two additional delay marks. All works are based on the following repository with ARM64 platform. git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core Any feedbacks are always welcome. Thanks in advance! Best Regards Jungseok Lee Jungseok Lee (2): tracing: Fix function graph duration format for 7-digit number tracing: Introduce two additional marks for delay Documentation/trace/ftrace.txt | 51 ++++++++++++---- kernel/trace/trace_functions_graph.c | 2 + kernel/trace/trace_output.c | 4 +- 3 files changed, 43 insertions(+), 14 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/