Re: btrace: print probes sorted by name not internal id

2022-01-17 Thread Klemens Nanni
On Tue, Jan 18, 2022 at 01:03:04AM +0100, Alexander Hall wrote: > On Mon, Jan 17, 2022 at 02:23:52PM +, Klemens Nanni wrote: > > I keep doing `btrace -l | sort' to help myself searching for traces. > > > > Would it be worh making btrace sort the list of probes > > lexicographically in the

Re: btrace: print probes sorted by name not internal id

2022-01-17 Thread Alexander Hall
On Mon, Jan 17, 2022 at 02:23:52PM +, Klemens Nanni wrote: > I keep doing `btrace -l | sort' to help myself searching for traces. > > Would it be worh making btrace sort the list of probes > lexicographically in the first place or is there any value in seeing > them sorted by id? I believe

btrace: print probes sorted by name not internal id

2022-01-17 Thread Klemens Nanni
I keep doing `btrace -l | sort' to help myself searching for traces. Would it be worh making btrace sort the list of probes lexicographically in the first place or is there any value in seeing them sorted by id? Index: btrace.c ===