Consider a signal $X$ filtered by a kernel $p$ with finite support $[t_0,t_1]$ and $\int_{t_0}^{t_1}p(t)\,\text{d}t = 1$, yielding the response function
$$\overline{X}(T) = \int_{t_0}^{t_1} X(T + t)\ p(t)\ \text{d}t$$
The response function for a step signal $X(t) = H(t)$ with $H$ being the Heaviside step function immediately gives $p(t)$:
$$\overline{X}(T) = \int_{t_0}^{t_1} H(T + t)\ p(t)\ \text{d}t = \int_{t_0+T}^{t_1+ T} H(t)\ p(t-T)\ \text{d}t \\= \int_{0}^{t_1+ T} p(t-T)\ \text{d}t = P(t_1) - P(-T)$$
Here $P$ is the anti-derivative of $p$ with $P(t) = \int_{-\infty}^t p(t')\ \text{d}t'$ so with $P(t_1) = 1$ we find $P(T) = 1 - \overline{X}(-T)$ and finally
$$p(t) = \overline{X'}(t)$$
I wonder if this finding has a specific name (that I can google for), and if it is worth being explicitly mentioned in textbooks (e.g. on signal processing). Or on the other hand, if it is too elementary or even trivial to be mentioned. (I have searched a bit and did not find it explicitly mentioned.)