This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On 04/12/2016 05:41 PM, David Smith wrote: > On 04/12/2016 04:12 AM, Alexander Lochmann wrote: >> Hi folks! >> >> I've wanted to measure the impact of packet duplication due to a raw socket. >> To do so, I have to probe the kernel function 'raw_v4_input' in >> net/ipv4/raw.c. >> Unfortunately, the function name matches the regex defined at >> dwflpp:4324, which is: blfn += "|raw_.*";. >> On my opinion, the regex is too general, and there is no reason why it >> shouldn't be allowed to probe 'raw_v4_input'. >> It therefore might be necessary to rephrase the mentioned regex. :) > > While we think about the best way to proceed here, you should be able to > use '-g' (guru mode) to ignore the blacklist. > Ah. Thx. Good to know. :) Since I compile my own version, I simply commented that line out. - Alex -- Technische UniversitÃt Dortmund Alexander Lochmann PGP key: 0xBC3EF6FD Otto-Hahn-Str. 16 phone: +49.231.7556141 D-44227 Dortmund fax: +49.231.7556116 http://ess.cs.tu-dortmund.de/Staff/al
Attachment:
signature.asc
Description: OpenPGP digital signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |