#!/bin/bash # description: system-wide failed syscalls, by pid # args: [comm] if [ $# -gt 0 ] ; then if ! expr match "$1" "-" > /dev/null ; then comm=$1 shift fi fi perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/failed-syscalls-by-pid.py $comm vider.c?h=linux-6.6.y' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/drivers/clk/clk-fractional-divider.c
AgeCommit message (Expand)Author
2023-04-05clk: Compute masks for fractional_divider clk when needed.Christophe JAILLET
2022-11-22clk: fractional-divider: Regroup inclusionsAndy Shevchenko
2022-11-22clk: fractional-divider: Show numerator and denominator in debugfsAndy Shevchenko
2022-11-22clk: fractional-divider: Split out clk_fd_get_div() helperAndy Shevchenko
2022-03-11clk: cleanup commentsTom Rix
2021-08-12clk: fractional-divider: Document the arithmetics used behind the codeAndy Shevchenko
2021-08-12clk: fractional-divider: Introduce POWER_OF_TWO_PS flagAndy Shevchenko
2021-08-12clk: fractional-divider: Export approximation algorithm to the CCF usersAndy Shevchenko