summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorJessica Yu <jeyu@kernel.org>2019-10-21 15:34:26 +0200
committerJessica Yu <jeyu@kernel.org>2019-10-23 11:21:06 +0200
commit09684950050be09ed6cd591e6fbf0c71d3473237 (patch)
tree6865eaec7baa64a82bff5e30d335a387a24d15f3 /tools/perf/scripts/python/syscall-counts.py
parent69923208431e097ce3830647aee98e5bd3e889c8 (diff)
downloadkernel-09684950050be09ed6cd591e6fbf0c71d3473237.tar.gz
scripts/nsdeps: use alternative sed delimiter
When doing an out of tree build with O=, the nsdeps script constructs the absolute pathname of the module source file so that it can insert MODULE_IMPORT_NS statements in the right place. However, ${srctree} contains an unescaped path to the source tree, which, when used in a sed substitution, makes sed complain: ++ sed 's/[^ ]* *//home/jeyu/jeyu-linux\/&/g' sed: -e expression #1, char 12: unknown option to `s' The sed substitution command 's' ends prematurely with the forward slashes in the pathname, and sed errors out when it encounters the 'h', which is an invalid sed substitution option. To avoid escaping forward slashes ${srctree}, we can use '|' as an alternative delimiter for sed instead to avoid this error. Reviewed-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Matthias Maennich <maennich@google.com> Tested-by: Matthias Maennich <maennich@google.com> Signed-off-by: Jessica Yu <jeyu@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions
ris Brezillon 2016-11-23clk: bcm2835: Fix ->fixed_divider of pllh_auxBoris Brezillon 2016-10-17clk: bcm2835: Clamp the PLL's requested rate to the hardware limits.Eric Anholt 2016-09-14clk: bcm2835: Migrate to clk_hw based registration and OF APIsStephen Boyd 2016-09-07clk: bcm2835: Skip PLLC clocks when deciding on a new clock parentEric Anholt 2016-09-07clk: bcm2835: Mark the CM SDRAM clock's parent as criticalEric Anholt 2016-09-07clk: bcm2835: Mark GPIO clocks enabled at boot as criticalEric Anholt 2016-09-07clk: bcm2835: Mark the VPU clock as criticalEric Anholt 2016-04-19clk: bcm2835: Fix PLL poweronEric Anholt 2016-04-19clk: bcm2835: Fix compiler warnings on 64-bit buildsEric Anholt 2016-03-17clk: bcm2835: add missing osc and per clocksMartin Sperl 2016-03-17clk: bcm2835: add missing PLL clock dividersMartin Sperl 2016-03-17clk: bcm2835: enable management of PCM clockMartin Sperl 2016-03-17clk: bcm2835: reorganize bcm2835_clock_array assignmentMartin Sperl 2016-03-17clk: bcm2835: remove use of BCM2835_CLOCK_COUNT in driverMartin Sperl 2016-03-17clk: bcm2835: expose raw clock-registers via debugfsMartin Sperl 2016-03-17clk: bcm2835: clean up coding style issuesMartin Sperl 2016-03-17clk: bcm2835: correctly enable fractional clock supportMartin Sperl 2016-03-17clk: bcm2835: divider value has to be 1 or moreMartin Sperl 2016-03-17clk: bcm2835: add locking to pll*_on/off methodsMartin Sperl 2016-03-17clk: bcm2835: pll_off should only update CM_PLL_ANARSTMartin Sperl 2016-03-02clk: bcm: Remove CLK_IS_ROOTStephen Boyd 2016-02-25clk: bcm2835: added missing clock register definitionsMartin Sperl 2016-02-16clk: bcm2835: Reuse CLK_DIVIDER_MAX_AT_ZERO for recalc_rate()Eric Anholt 2016-02-16clk: bcm2835: Fix setting of PLL divider clock ratesEric Anholt 2015-12-24clk: bcm2835: Add PWM clock supportRemi Pommarel 2015-12-24clk: bcm2835: Support for clock parent selectionRemi Pommarel 2015-12-24clk: bcm2835: add a round up ability to the clock divisorRemi Pommarel 2015-10-12clk: bcm2835: Add support for programming the audio domain clocksEric Anholt 2015-10-01clk: bcm2835: Move under bcm/ with other Broadcom SoC clk drivers.Eric Anholt