Lines Matching defs:ips
5297 * Returns: a ftrace_func_mapper descriptor that can be used to map ips to data.
5398 * free_ftrace_func_mapper - free a mapping of ips and data
5898 ftrace_match_addr(struct ftrace_hash *hash, unsigned long *ips,
5905 err = __ftrace_match_addr(hash, ips[i], remove);
5919 unsigned long *ips, unsigned int cnt,
5958 if (ips) {
5959 ret = ftrace_match_addr(hash, ips, cnt, remove);
5976 ftrace_set_addr(struct ftrace_ops *ops, unsigned long *ips, unsigned int cnt,
5979 return ftrace_set_hash(ops, NULL, 0, ips, cnt, remove, reset, enable, NULL);
6704 * @ips: the array of addresses to add to or remove from the filter.
6705 * @cnt: the number of addresses in @ips
6706 * @remove: non zero to remove ips from the filter
6710 * If @ips array or any ip specified within is NULL , it fails to update filter.
6716 int ftrace_set_filter_ips(struct ftrace_ops *ops, unsigned long *ips,
6720 return ftrace_set_addr(ops, ips, cnt, remove, reset, 1);
8235 /* Clear any init ips from hashes */