#!/usr/bin/perl # # Takes a (sorted) output of readprofile and turns it into a list suitable for # linker scripts # # usage: # readprofile | sort -rn | perl profile2linkerlist.pl > functionlist # use strict; while (<>) { my $line = $_; $_ =~ /\W*[0-9]+\W*([a-zA-Z\_0-9]+)\W*[0-9]+/; print "*(.text.$1)\n" unless ($line =~ /unknown/) || ($line =~ /total/); } -next.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/include/crypto/xts.h
lue='15'>15
AgeCommit message (Expand)AuthorFilesLines
space:
mode:
Diffstat
-rw-r--r--drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c