Message ID | 20240809061004.2112369-1-liaochang1@huawei.com (mailing list archive) |
---|---|
Headers | show
Received: from szxga08-in.huawei.com (szxga08-in.huawei.com [45.249.212.255]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 257D43D6D; Fri, 9 Aug 2024 06:19:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.249.212.255 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723184366; cv=none; b=VrvdaQZKvEGV7iPkfl/OR6VZu0L2gIW38y90OG/bl4a14yWJQkIWyLK9ZDg2R8qObd5o+/+mDNGY+8WRsd0QtWKnhia89MFQAOZgY/PSjGerWUr31PwwVHLWVO/fdOcjtdYr4//1zKW4W674pMRRIlg6IBagIVWjzcEMYZ6XC64= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723184366; c=relaxed/simple; bh=EP11qnwz+80UiyRdrrWPiaQyDh38T5RZQd0bBdCvHBo=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=nPVPPexW7Mnv1n6YldwS2/IgDw2yg2ccNOyw9sWFrSN2IbDRk04k4thf5BVuT0Vj3wjtH1ERKQrwzE+MHTqtAuKO/yjgjPqiRZkILLy3rEFMvrnIDtWZf9WcCMOPm1aw3DbeFgOo6WZ9QSQmeda2feTUxt1hwej+LpzUiV4J+Bc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com; spf=pass smtp.mailfrom=huawei.com; arc=none smtp.client-ip=45.249.212.255 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Received: from mail.maildlp.com (unknown [172.19.162.254]) by szxga08-in.huawei.com (SkyGuard) with ESMTP id 4WgDJC5tmtz1T6th; Fri, 9 Aug 2024 14:18:51 +0800 (CST) Received: from kwepemd200013.china.huawei.com (unknown [7.221.188.133]) by mail.maildlp.com (Postfix) with ESMTPS id B41581800D0; Fri, 9 Aug 2024 14:19:14 +0800 (CST) Received: from huawei.com (10.67.174.28) by kwepemd200013.china.huawei.com (7.221.188.133) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1258.34; Fri, 9 Aug 2024 14:19:13 +0800 From: Liao Chang <liaochang1@huawei.com> To: <mhiramat@kernel.org>, <oleg@redhat.com>, <peterz@infradead.org>, <mingo@redhat.com>, <acme@kernel.org>, <namhyung@kernel.org>, <mark.rutland@arm.com>, <alexander.shishkin@linux.intel.com>, <jolsa@kernel.org>, <irogers@google.com>, <adrian.hunter@intel.com>, <kan.liang@linux.intel.com>, <andrii@kernel.org>, <rostedt@goodmis.org> CC: <linux-kernel@vger.kernel.org>, <linux-trace-kernel@vger.kernel.org>, <linux-perf-users@vger.kernel.org>, <bpf@vger.kernel.org> Subject: [PATCH v2 0/2] uprobes: Improve scalability by reducing the contention on siglock Date: Fri, 9 Aug 2024 06:10:02 +0000 Message-ID: <20240809061004.2112369-1-liaochang1@huawei.com> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: linux-trace-kernel@vger.kernel.org List-Id: <linux-trace-kernel.vger.kernel.org> List-Subscribe: <mailto:linux-trace-kernel+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-trace-kernel+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-ClientProxiedBy: dggems706-chm.china.huawei.com (10.3.19.183) To kwepemd200013.china.huawei.com (7.221.188.133) |
Series |
uprobes: Improve scalability by reducing the contention on siglock
|
expand
|