From patchwork Wed Dec 9 17:29:24 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yang Shi X-Patchwork-Id: 58175 Delivered-To: patch@linaro.org Received: by 10.112.147.194 with SMTP id tm2csp824571lbb; Wed, 9 Dec 2015 09:50:46 -0800 (PST) X-Received: by 10.98.42.209 with SMTP id q200mr31289pfq.1.1449683446629; Wed, 09 Dec 2015 09:50:46 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 7si13992394pfo.215.2015.12.09.09.50.46; Wed, 09 Dec 2015 09:50:46 -0800 (PST) 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; 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; dkim=neutral (body hash did not verify) header.i=@linaro-org.20150623.gappssmtp.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753296AbbLIRum (ORCPT + 28 others); Wed, 9 Dec 2015 12:50:42 -0500 Received: from mail-pa0-f54.google.com ([209.85.220.54]:34132 "EHLO mail-pa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753095AbbLIRt0 (ORCPT ); Wed, 9 Dec 2015 12:49:26 -0500 Received: by pacwq6 with SMTP id wq6so32971318pac.1 for ; Wed, 09 Dec 2015 09:49:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=Ey7eHP1VzmZTiQmTuKvWF777sONL5vsJxkT/wy4+x+Q=; b=rkADSDWGfC3PIexANtv5tMZMZRb8o8RWqPB0+tex1X+HY5p2oy+Gwm3wyU8gPA3FyG t6/XHPMv7KYheXHxFP8ZF+/MjChPlFGAWBgKS5aoAUl4SoVn8ErFxa+Sg+nWsvZcOKLF IZipvcU/zvi5D9CX+trnwMbJU/n53oI+gyYKjvCktiQ5RgBw9ldeAvJ5fHhUg8Dqhhnq h84jVmmzje41DEMOAEOSAbCFX4YCufuqVJyj5oIdCRTUbOL4jL9LQC/Cah5YIZQ5Yu7z btcn8gbOmxx6mU3rJYLEQa6g0f8YHnka/r04RGQjVbAqVNUI/GzxPQFxC/4P6HyTW+OY UMjA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=Ey7eHP1VzmZTiQmTuKvWF777sONL5vsJxkT/wy4+x+Q=; b=M6a7nTUfOazhUTkFt8WQhgu1Vhm6qXatDK0d5C99eLIGyQaWwy4mkL5fbYCi07bGsp /FNQAm05uaP5cOIYYfp39EoPWSSLrhwRAb6KCP9U+eiNq2tEEnWiGA4utAI4fbEWOmQC Fd9U5jAr7wSc40GGjWru89u4ExkfIeScSD22hFqupgzoZEjhGY5TjEUe5iFWOP9viynh uecqLxlnqmlYpX3koRG9shpGAPy1odJR54iN2w2uM2cdw4nQ1rGLEfNYDJ8p9pdcGbce 6EGGZh8BYDW+mWE41CjqZX/hysyP34QOzjHAzmzEb1wD9vrziEn/H0nO+nN377ccZr3M DfIw== X-Gm-Message-State: ALoCoQnoDFv7lG6l4D3aV2IcNlACe/dJlGn1Gow9fuQVnblJk30EfjyvhKjax2D6O0QJIGR0KGhIc/20bKXbAXqJO8iZW4H56g== X-Received: by 10.66.237.102 with SMTP id vb6mr9707562pac.133.1449683365567; Wed, 09 Dec 2015 09:49:25 -0800 (PST) Received: from yshi-Precision-T5600.corp.ad.wrs.com (unknown-216-82.windriver.com. [147.11.216.82]) by smtp.gmail.com with ESMTPSA id l20sm13049117pfi.10.2015.12.09.09.49.24 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 09 Dec 2015 09:49:25 -0800 (PST) From: Yang Shi To: akpm@linux-foundation.org, rostedt@goodmis.org, mingo@redhat.com Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, linaro-kernel@lists.linaro.org, yang.shi@linaro.org, "David S. Miller" , sparclinux@vger.kernel.org Subject: [PATCH v4 7/7] sparc64: mm/gup: add gup trace points Date: Wed, 9 Dec 2015 09:29:24 -0800 Message-Id: <1449682164-9933-8-git-send-email-yang.shi@linaro.org> X-Mailer: git-send-email 2.0.2 In-Reply-To: <1449682164-9933-1-git-send-email-yang.shi@linaro.org> References: <1449682164-9933-1-git-send-email-yang.shi@linaro.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Cc: "David S. Miller" Cc: sparclinux@vger.kernel.org Signed-off-by: Yang Shi --- arch/sparc/mm/gup.c | 7 +++++++ 1 file changed, 7 insertions(+) -- 2.0.2 -- 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/ diff --git a/arch/sparc/mm/gup.c b/arch/sparc/mm/gup.c index 2e5c4fc..d9f573c 100644 --- a/arch/sparc/mm/gup.c +++ b/arch/sparc/mm/gup.c @@ -12,6 +12,9 @@ #include #include +#define CREATE_TRACE_POINTS +#include + /* * The performance critical leaf functions are made noinline otherwise gcc * inlines everything into a single function which results in too much @@ -174,6 +177,8 @@ int __get_user_pages_fast(unsigned long start, int nr_pages, int write, len = (unsigned long) nr_pages << PAGE_SHIFT; end = start + len; + trace_gup_get_user_pages_fast(start, nr_pages); + local_irq_save(flags); pgdp = pgd_offset(mm, addr); do { @@ -236,6 +241,8 @@ int get_user_pages_fast(unsigned long start, int nr_pages, int write, local_irq_enable(); + trace_gup_get_user_pages_fast(start, nr_pages); + VM_BUG_ON(nr != (end - start) >> PAGE_SHIFT); return nr;