Received: by 2002:a5b:505:0:0:0:0:0 with SMTP id o5csp19407ybp; Thu, 3 Oct 2019 09:35:15 -0700 (PDT) X-Google-Smtp-Source: APXvYqy6Gdwg3m3VTzIzw9KKdeT0qpWjRZq3gER679zAzz0ZPduSs5ZhF17La4cWwRiAAri67d1Z X-Received: by 2002:a17:906:7f03:: with SMTP id d3mr8387644ejr.115.1570120515797; Thu, 03 Oct 2019 09:35:15 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570120515; cv=none; d=google.com; s=arc-20160816; b=wOZodZ5LhvVWWqtFC2odkBotCK2SL1VpNyH0n9dIT7i6JHTAaD2tsNOb/t8pIZ4LSM GnITjvmwxJs+ChXnthGT3FGjeaLS1GyBAyU4MnaVyv4GkA3WtRCLEafecby5SzIsuBDp ETGU9jo1v+s5qXQi87H1iZAxlFWVFbYMpji5EUY0SGWoyIb36OF9yuodjIKgRX3n3b5a Y4bmYlECLNxgBHkIZHbSxrJbR93ZJDH9pRybqZuVOcp7wL9uSoBdvUnOo+bDvtbQfj6s nLFYDZxQIPfexpkRejC94vp+pdExYsXthXQGvBo6vFDE7qSBQQ7uX1mOY4UQeGjoHXgU aaZw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=36mYRP4jClcfAFDBxIWSlcSefS+aKWhv9+TMBRKcKMQ=; b=Gg2cI7K/eKSg+DuxeYY47p8NAEKMI+TH8WBbthhwQeP1qtuX+VFvIk7z1DTkFh20Zr 4B91Qg6+szyZhm8QxCF6VHgxwMfJ+s6TwwwLXvQ+dvMASrk7G6iHfiNRjWqfDLuruAiL Wy/WuxBqt3etN6L76yv80O8qINzU58wpvFOLsO+KpJxcb0ZSa9vE1mVqDyd8RIZgWM+Y /VFf15xdWkN7Pd5Uhg39Xz3jee0mCseo3sW4WbVyqowRi7HSaODqaqA0mLqwWlIehxWD NOrHYQDSxg8imMeAnL2b7sGYMwykVjq0wgRl/WfkyjPk3VG+gPH9qjmsjVgj0WKZyynL atyg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=neNk76Ov; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b22si1857425eda.194.2019.10.03.09.34.51; Thu, 03 Oct 2019 09:35:15 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=neNk76Ov; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391986AbfJCQdR (ORCPT + 99 others); Thu, 3 Oct 2019 12:33:17 -0400 Received: from mail.kernel.org ([198.145.29.99]:41106 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391965AbfJCQdN (ORCPT ); Thu, 3 Oct 2019 12:33:13 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id AE5A82070B; Thu, 3 Oct 2019 16:33:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570120392; bh=gDoMJ/kb/DKmiZLAj1iPf+wvICmVlOUmxNJiEv9/iT8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=neNk76OvEx8VyHydzwhKBjR0i+e09MFZkw0hCYPgJgCfo5MN3/8Y30yFHgrHeDM+N +Zzd912en8h1io/pWinTNqKDmXWxAir6UzLq75sIpo8GLOXtEA6aVV7uQCtX95paOV oaMmfvkat3GHdvmC7GOsVJqrGmF1HxeA7KPiTmEc= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Patrick McLean , Tzvetomir Stoyanov , Andrew Morton , Jiri Olsa , Namhyung Kim , linux-trace-devel@vger.kernel.org, "Steven Rostedt (VMware)" , Arnaldo Carvalho de Melo , Sasha Levin Subject: [PATCH 5.2 167/313] libtraceevent: Change users plugin directory Date: Thu, 3 Oct 2019 17:52:25 +0200 Message-Id: <20191003154549.424121554@linuxfoundation.org> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20191003154533.590915454@linuxfoundation.org> References: <20191003154533.590915454@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Tzvetomir Stoyanov [ Upstream commit e97fd1383cd77c467d2aed7fa4e596789df83977 ] To be compliant with XDG user directory layout, the user's plugin directory is changed from ~/.traceevent/plugins to ~/.local/lib/traceevent/plugins/ Suggested-by: Patrick McLean Signed-off-by: Tzvetomir Stoyanov Cc: Andrew Morton Cc: Jiri Olsa Cc: Namhyung Kim Cc: Patrick McLean Cc: linux-trace-devel@vger.kernel.org Link: https://lore.kernel.org/linux-trace-devel/20190313144206.41e75cf8@patrickm/ Link: http://lore.kernel.org/linux-trace-devel/20190801074959.22023-4-tz.stoyanov@gmail.com Link: http://lore.kernel.org/lkml/20190805204355.344622683@goodmis.org Signed-off-by: Steven Rostedt (VMware) Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: Sasha Levin --- tools/lib/traceevent/Makefile | 6 +++--- tools/lib/traceevent/event-plugin.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/lib/traceevent/Makefile b/tools/lib/traceevent/Makefile index 3292c290654f6..86ce17a1f7fb6 100644 --- a/tools/lib/traceevent/Makefile +++ b/tools/lib/traceevent/Makefile @@ -62,15 +62,15 @@ set_plugin_dir := 1 # Set plugin_dir to preffered global plugin location # If we install under $HOME directory we go under -# $(HOME)/.traceevent/plugins +# $(HOME)/.local/lib/traceevent/plugins # # We dont set PLUGIN_DIR in case we install under $HOME # directory, because by default the code looks under: -# $(HOME)/.traceevent/plugins by default. +# $(HOME)/.local/lib/traceevent/plugins by default. # ifeq ($(plugin_dir),) ifeq ($(prefix),$(HOME)) -override plugin_dir = $(HOME)/.traceevent/plugins +override plugin_dir = $(HOME)/.local/lib/traceevent/plugins set_plugin_dir := 0 else override plugin_dir = $(libdir)/traceevent/plugins diff --git a/tools/lib/traceevent/event-plugin.c b/tools/lib/traceevent/event-plugin.c index 8ca28de9337a5..e1f7ddd5a6cf0 100644 --- a/tools/lib/traceevent/event-plugin.c +++ b/tools/lib/traceevent/event-plugin.c @@ -18,7 +18,7 @@ #include "event-utils.h" #include "trace-seq.h" -#define LOCAL_PLUGIN_DIR ".traceevent/plugins" +#define LOCAL_PLUGIN_DIR ".local/lib/traceevent/plugins/" static struct registered_plugin_options { struct registered_plugin_options *next; -- 2.20.1