'exclude some functions from wildcard'ed probepoint
My probe point gets all functions matching the wildcard: module("mymod").function("mymod_*"). Let's say 110 "low volume" functions are matched, but there's one with high volume: "mymod_pagefault".
Is it possible to exclude it somehow from wildcard above, without the need to name all 109 instead?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
