I've started to study stochastic calculus on my own recently (I'll read Fima's book for a simpler introduction and then Steele's for a maybe more formal approach). I've come across the definition of the total variation, quadratic variation and other such as $\Phi$-variation. For the more general definition, the $\Phi$-variation of a function $g$ in the interval $(0,t]$ is calculated as
$$ V_{\Phi}(g) := \sup \sum_{i=1}^{n} \Phi\left(|g(t^n_i) - g(t^n_{i-1})|\right) $$ for a partition $0= t_0 < t_1 < \ldots < t_n = t$ of the interval $(0,t]$. The most used for stochastic calculus as I see for now is the quadratic varaition, where $\Phi(u) = u^2$ and the total variation where $\Phi(u) = u$. I have a few questions about it though.
First, I'd like to see if my understading is right. As I see, the total variation of a function measures the oscillation of the function in the interval, thus $V_{\Phi}(g)(t) < \infty$ for $\Phi (u) = u$ means that the function is "well behaved". For instance, a function such as $f(t)=t\sin(1/t)$ has infinite variation for whatever interval that contains the zero because near the $0$ the function oscillates a lot. Is my understanding correct or am I missing something for the meaning of the total variation?
Second, I guess so far that the use of quadratic variation is important because of the moments of stochastic process: I imagine that in the future, when we want to write Ito's integral, we will want the process to have finite second moment and there might be a link between this and the quadratic variation. But I can't see any use for $\Phi$-variation. Can someone point me out a usage for that in stochastic calculus?