summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorJosh Poimboeuf <jpoimboe@redhat.com>2020-01-20 12:14:09 -0600
committerIngo Molnar <mingo@kernel.org>2020-01-22 07:55:02 +0100
commit8728497895794d1f207a836e02dae762ad175d56 (patch)
tree716e633c3bd8be4920e3df00f644acc181de972e /tools/perf/scripts/python/bin/stackcollapse-report
parent8580bed7e751e6d4f17881e059daf3cb37ba4717 (diff)
downloadkernel-8728497895794d1f207a836e02dae762ad175d56.tar.gz
objtool: Skip samples subdirectory
The code in the 'samples' subdirectory isn't part of the kernel, so there's no need to validate it. Reported-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com> Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://lore.kernel.org/r/c4cb4ef635ec606454ab834cb49fc3e9381fb1b1.1579543924.git.jpoimboe@redhat.com
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
d> 2009-04-02pids: improve get_task_pid() to fix the unsafe sys_wait4()->task_pgrp()Oleg Nesterov 2009-01-08pid: generalize task_active_pid_nsEric W. Biederman 2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer 2008-07-25pidns: remove now unused find_pid function.Pavel Emelyanov 2008-07-25proc: misplaced export of find_get_pidDavid Sterba 2008-05-19rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu 2008-04-30pids: introduce change_pid() helperOleg Nesterov 2008-04-30pids: de_thread: don't clear session/pgrp pids for the old leaderOleg Nesterov 2008-04-30Deprecate find_task_by_pid()Pavel Emelyanov 2008-04-30free_pidmap: turn it into free_pidmap(struct upid *)Oleg Nesterov