From patchwork Wed Jan 19 08:30:12 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Tzvetomir Stoyanov (VMware)" X-Patchwork-Id: 12717267 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 13384C433FE for ; Wed, 19 Jan 2022 08:30:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232460AbiASIac (ORCPT ); Wed, 19 Jan 2022 03:30:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47012 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1351699AbiASIa1 (ORCPT ); Wed, 19 Jan 2022 03:30:27 -0500 Received: from mail-ed1-x532.google.com (mail-ed1-x532.google.com [IPv6:2a00:1450:4864:20::532]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 00D60C06161C for ; Wed, 19 Jan 2022 00:30:27 -0800 (PST) Received: by mail-ed1-x532.google.com with SMTP id c71so7645846edf.6 for ; Wed, 19 Jan 2022 00:30:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=+iAa93CJ2/fPj4SjtJlW2bmXJMCCaYzvUUnG8EqUzbQ=; b=VlcS+Mqw2Osf4hWpiytIjSuvtNQEqvx2Z+b4hdyJHkWyvphXTky8Um/k2XHDzdCeq+ c+r0jQDkSDlhCiwYe6JyKhz6LHwkPJW/482vjFdi0vSVsLINVCKwu3bcPTTYuFoU2idB 9MG+oSS4iOWQ2JqbumYm0S/1cBdMVQXZTuxLosu3KHF1rh8siZZZp6ea6OyTZi1VaxpS ARVCppXN1BZaQMaruU5elkbY035SG86eZ3e0TWJi2jYmQ45KeETEzsfQ1g3/KvCqxpiM 1E9JyjekwDwB+ZgxVZM+/l8AnS1pA2m0jLnTyqVtGC+pWQ/xMhXzPyxaqj0cUXZIF/j2 GhnQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=+iAa93CJ2/fPj4SjtJlW2bmXJMCCaYzvUUnG8EqUzbQ=; b=v/yAmxpz68ACSLpKU3gcFPaPdHnC9BDSsyhoicLs/UVFzVUi7sRjsPHIi1z0hgv3q+ +L5MEMTPIRARz8Hm1GoC46+MxOIYswzO4dD7FE92q4y/2jFW16B7HjV73HS/UgmU8xpO JN4ky3BTRk1ZY34yhlIQae3GOhVwJKHsDJF0eyqPvIIefca+s8EKeNaMVOFE++PLJBu0 /VzFDHpaEAKuSjAENWk6f3HxQEL/03xkeA/GlEt85isDPLTwbw2X87O3BGDMX3gskAS9 nCOs6SAurVMo3QZGE2EMKhdEy04vp5NshbwMahQ1p5oFKxDq1uZ8wKqLikTpAU1fhjYk SOFg== X-Gm-Message-State: AOAM5339pcsxt8yQqvfbxKoj2ujter4z6SsEqfBNLaQlYJ4l4Zn5oQF0 ZjyMFqMxR43GbLHNXMNJGprctYIj1A0= X-Google-Smtp-Source: ABdhPJxNQAg6NONhXOuCIXWUnvKe6SV1BKlcqydyzgD9rRBFXdFo1moxzU9I5AYJLfEFWkAOUwNbMg== X-Received: by 2002:a17:906:7315:: with SMTP id di21mr22992257ejc.700.1642581025383; Wed, 19 Jan 2022 00:30:25 -0800 (PST) Received: from oberon.zico.biz.zico.biz ([83.222.187.186]) by smtp.gmail.com with ESMTPSA id la7sm6095530ejc.94.2022.01.19.00.30.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 19 Jan 2022 00:30:24 -0800 (PST) From: "Tzvetomir Stoyanov (VMware)" To: rostedt@goodmis.org Cc: linux-trace-devel@vger.kernel.org Subject: [PATCH v7 04/11] trace-cmd dump: Read recursively all options sections Date: Wed, 19 Jan 2022 10:30:12 +0200 Message-Id: <20220119083019.246153-5-tz.stoyanov@gmail.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220119083019.246153-1-tz.stoyanov@gmail.com> References: <20220119083019.246153-1-tz.stoyanov@gmail.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-trace-devel@vger.kernel.org Trace file version 7 supports multiple options sections in the file. The DONE option is extended to hold the offset to the next options section. A new logic for handling the extended DONE option and to read recursively all options sections is added. Signed-off-by: Tzvetomir Stoyanov (VMware) --- tracecmd/trace-dump.c | 78 ++++++++++++++++++++++++++++++++++++++----- 1 file changed, 70 insertions(+), 8 deletions(-) diff --git a/tracecmd/trace-dump.c b/tracecmd/trace-dump.c index 113eee8e..7e203ae2 100644 --- a/tracecmd/trace-dump.c +++ b/tracecmd/trace-dump.c @@ -422,6 +422,29 @@ static void dump_option_string(int fd, int size, char *desc) read_dump_string(fd, size, OPTIONS); } +static void dump_section_header(int fd, enum dump_items v, unsigned short *flags) +{ + unsigned long long offset, size; + unsigned short fl; + unsigned short id; + int desc_id; + + offset = lseek64(fd, 0, SEEK_CUR); + if (read_file_number(fd, &id, 2)) + die("cannot read the section id"); + if (read_file_number(fd, &fl, 2)) + die("cannot read the section flags"); + if (read_file_number(fd, &desc_id, 4)) + die("no section description"); + if (read_file_number(fd, &size, 8)) + die("cannot read section size"); + do_print(v, "\t[Section %d @ %lld, flags 0x%X, %lld bytes]\n", + id, offset, fl, size); + + if (flags) + *flags = fl; +} + static void dump_option_buffer(int fd, int size) { unsigned long long offset; @@ -636,25 +659,51 @@ void dump_option_tsc2nsec(int fd, int size) do_print(OPTIONS, "%d %d %llu [multiplier, shift, offset]\n", mult, shift, offset); } -static void dump_options(int fd) +static int dump_options_read(int fd); + +static int dump_option_done(int fd, int size) +{ + unsigned long long offset; + + do_print(OPTIONS, "\t\t[Option DONE, %d bytes]\n", size); + + if (file_version < FILE_VERSION_SECTIONS || size < 8) + return 0; + if (read_file_number(fd, &offset, 8)) + die("cannot read the next options offset"); + do_print(OPTIONS, "%lld\n", offset); + if (!offset) + return 0; + + if (lseek64(fd, offset, SEEK_SET) == (off_t)-1) + die("cannot goto next options offset %lld", offset); + + do_print(OPTIONS, "\n\n"); + + return dump_options_read(fd); +} + +static int dump_options_read(int fd) { + unsigned short flags = 0; unsigned short option; unsigned int size; int count = 0; + if (file_version >= FILE_VERSION_SECTIONS) + dump_section_header(fd, OPTIONS, &flags); + if ((flags & TRACECMD_SEC_FL_COMPRESS) && uncompress_block()) + die("cannot uncompress file block"); + for (;;) { if (read_file_number(fd, &option, 2)) die("cannot read the option id"); - if (!option) + if (option == TRACECMD_OPTION_DONE && file_version < FILE_VERSION_SECTIONS) break; if (read_file_number(fd, &size, 4)) die("cannot read the option size"); count++; - if (!DUMP_CHECK(OPTIONS) && !DUMP_CHECK(CLOCK) && !DUMP_CHECK(SUMMARY)) { - lseek64(fd, size, SEEK_CUR); - continue; - } switch (option) { case TRACECMD_OPTION_DATE: dump_option_string(fd, size, "DATE"); @@ -666,7 +715,8 @@ static void dump_options(int fd) dump_option_buffer(fd, size); break; case TRACECMD_OPTION_TRACECLOCK: - dump_option_string(fd, size, "TRACECLOCK"); + do_print(OPTIONS, "\t\t[Option TRACECLOCK, %d bytes]\n", size); + read_dump_string(fd, size, OPTIONS | CLOCK); has_clock = 1; break; case TRACECMD_OPTION_UNAME: @@ -699,6 +749,10 @@ static void dump_options(int fd) case TRACECMD_OPTION_TSC2NSEC: dump_option_tsc2nsec(fd, size); break; + case TRACECMD_OPTION_DONE: + uncompress_reset(); + count += dump_option_done(fd, size); + return count; default: do_print(OPTIONS, " %d %d\t[Unknown option, size - skipping]\n", option, size); @@ -706,8 +760,16 @@ static void dump_options(int fd) break; } } - do_print(SUMMARY, "\t[%d options]\n", count); + uncompress_reset(); + return count; +} + +static void dump_options(int fd) +{ + int count; + count = dump_options_read(fd); + do_print(SUMMARY|OPTIONS, "\t[%d options]\n", count); } static void dump_latency(int fd)