From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NO_DNS_FOR_FROM,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.6 Received: from mail-lj1-f170.google.com (mail-lj1-f170.google.com [209.85.208.170]) by gnuweeb.org (Postfix) with ESMTPSA id 599957E257 for ; Wed, 19 Oct 2022 22:38:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1666219104; bh=htHS5VUyyplrXYwSU6LzAJbDOGScYINWeyc1jAve8KY=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=WkcdNCZFRoOEKQdPBHxmqJ7m4tml7+YSlnb1tu3VHEhJRFSrCn8YBP3MLnstGntVo 2GE0zSxtro0bFSgqzlSJ2z9mtqwtHQUTQbMGCkvNUtScuPfwy9QOeIwo4YCoh7LSgE uk8EqswgP7k3NQlheTzNV+FZmFKqt6p4us2AFsNJnbAWU8XD8Z5lj59Wk/QjNgcs1R ZMqnNsSOQ4/Kec/hSE8E251WtEnsizMJYsHhvuuxB/oaGQcIhXMUzMYz8Ye2CTGVJc Q0iQBErHNR5p+fUE8D/v9mg4XI0PRtsR5y36BrGXk5gnNmksKRhWyOO8AD2fNM6BZc 6WtsprS993/4g== Received: by mail-lj1-f170.google.com with SMTP id c20so24016499ljj.7 for ; Wed, 19 Oct 2022 15:38:24 -0700 (PDT) X-Gm-Message-State: ACrzQf0G4EzjSh7QUTMdn1VE1o0mNTRYOxT0oLCeBnUZgvM2kiVV0wfz +NiNHb+/QF6JNaq4uhCOJ1KU7tsrFwpGwSdMxjk= X-Google-Smtp-Source: AMsMyM7OFDQwGXa6ybGm/6az2t4n5aLfMxTFCTlp8dAVhRGpRPCRLS3BmGWywVVBJHyA8IPyZD6T4LqWjcICysLzuG4= X-Received: by 2002:a2e:8719:0:b0:26e:b9:31a9 with SMTP id m25-20020a2e8719000000b0026e00b931a9mr3928773lji.111.1666219102177; Wed, 19 Oct 2022 15:38:22 -0700 (PDT) MIME-Version: 1.0 References: <20221019164309.1709541-1-ammarfaizi2@gnuweeb.org> <20221019164309.1709541-3-ammarfaizi2@gnuweeb.org> In-Reply-To: <20221019164309.1709541-3-ammarfaizi2@gnuweeb.org> From: Alviro Iskandar Setiawan Date: Thu, 20 Oct 2022 05:38:11 +0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH ncns v1 2/2] chnet: Add thread index specifier for chromium thread To: Ammar Faizi Cc: Muhammad Rizki , "GNU/Weeb Mailing List" Content-Type: text/plain; charset="UTF-8" List-Id: On Wed, Oct 19, 2022 at 11:43 PM Ammar Faizi wrote: > Currently, all threads created by the chromium thread pool have task > comm name "chromium_thread". This naming is not helpful when we're > debugging multiple chromium threads. Set the name to "chromium-%u" > where %u is the thread index in the pool. It creates a way to > identify each chromium thread uniquely. > > Signed-off-by: Ammar Faizi Acked-by: Alviro Iskandar Setiawan tq -- Viro