* He Kuang <hekuang@xxxxxxxxxx> wrote:
Indicate to check variable location range in error message when we gotWhat does this sentence mean? I thought 'address' means 'location of
failed to find the variable.
Before this patch:
$ perf probe --add 'generic_perform_write+118 bytes'
Failed to find the location of bytes at this address.
Perhaps, it has been optimized out.
Error: Failed to add events.
After this patch:
$ perf probe --add 'generic_perform_write+118 bytes'
Failed to find the location of bytes at this address.
bytes'. So the address identifies the location and obviously we know
that. So this message wants to say something else.
Perhaps, it has been optimized out.This suggestion is useful.
Use -V with --range option to show variable location range.
Error: Failed to add events.Thanks,
Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/