eiffel-fl
eiffel-fl
> biolatency I wanted to give a shot at `biolatency` but I hit a wall as this is not easy to replace the tracepoint by `kprobes`. Indeed, the three tracepoints...
Hi. I took a look to this contribution and I am not able to choose what would be the correct way to go with it. I think there are several...
Hi. > the kprobes blk_account_io_start as well as __blk_account_io_start are missing I do not know for `biosnoop` but the [CO-RE version of `biotop`](https://github.com/iovisor/bcc/blob/304692d1b48dde37ca1395d721aab3a3e8fdf75c/libbpf-tools/biotop.c#L395-L403) normally handles the case you point. This...
> > I do not know for `biosnoop` but the [CO-RE version of `biotop`](https://github.com/iovisor/bcc/blob/304692d1b48dde37ca1395d721aab3a3e8fdf75c/libbpf-tools/biotop.c#L395-L403) normally handles the case you point. > > From the source code, it seems the CO-RE...
> Is there any other kprobe that can be used besides __blk_account_io_start for similar purpose? Out of the blue, I do not think so, but maybe someone here has a...
> I am working on it. If you need review, you can cc me either here or "flaniel at linux dot microsoft dot com" from upstream kernel mailing list.
Hi! Is it posible to get some information regarding this? Particularly some pointers to have better understanding on what should be done to implement this feature? Best regards and thank...
Hi. Thank you for the all precision. > Could we land the ELF/datasec infra first and only target LINUX_VERSION_CODE initially, since we have existing code to obtain this value? (Meaning,...
Thank you for the pointer. I think I will give a try to implement the whole `__kconfig` parsing. I just need to think more about the steps given by Lmb,...
> Yes, that's the idea. You can probably resurrect [patchValues](https://github.com/cilium/ebpf/commit/1ff15d21014336f653b09fe3842977f01c5945d2#diff-5ed7da7003773d8e0a4dca00d4fc08fc5582695eefe22a400db15edfd5aab840L1285-L1338) for step 2. Thank you for the precision, I will take a look to this function. > I think Timo...