Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1447268
| From | Janani Ravichandran <janani.rvchndrn@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/3] Add a new field to struct shrinker |
| Date | 2016-07-20 16:50 +0200 |
| Message-ID | <rX0YW-2Gu-17@gated-at.bofh.it> (permalink) |
| References | <rSVXP-tW-5@gated-at.bofh.it> <rSW7w-xK-5@gated-at.bofh.it> <rTD2O-3nW-13@gated-at.bofh.it> <rTKxk-8gc-21@gated-at.bofh.it> <rTKxk-8gc-29@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
> On Jul 11, 2016, at 8:03 PM, Michal Hocko <mhocko@kernel.org> wrote: > > On Mon 11-07-16 10:12:51, Rik van Riel wrote: >> >> What mechanism do you have in mind for obtaining the name, >> Michal? > > Not sure whether tracing infrastructure allows printk like %ps. If not > then it doesn't sound too hard to add. It does allow %ps. Currently what is being printed is the function symbol of the callback using %pF. I’d like to know why %pF is used instead of %ps in this case. Michal, just to make sure I understand you correctly, do you mean that we could infer the names of the shrinkers by looking at the names of their callbacks? Janani.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [PATCH 1/3] Add a new field to struct shrinker Michal Hocko <mhocko@kernel.org> - 2016-07-11 08:40 +0200
Re: [PATCH 1/3] Add a new field to struct shrinker Rik van Riel <riel@surriel.com> - 2016-07-11 16:40 +0200
Re: [PATCH 1/3] Add a new field to struct shrinker Michal Hocko <mhocko@kernel.org> - 2016-07-11 16:40 +0200
Re: [PATCH 1/3] Add a new field to struct shrinker Janani Ravichandran <janani.rvchndrn@gmail.com> - 2016-07-20 16:50 +0200
Re: [PATCH 1/3] Add a new field to struct shrinker Michal Hocko <mhocko@kernel.org> - 2016-07-20 17:00 +0200
Re: [PATCH 1/3] Add a new field to struct shrinker Tony Jones <tonyj@suse.de> - 2016-07-23 03:30 +0200
Re: [PATCH 1/3] Add a new field to struct shrinker Tony Jones <tonyj@suse.de> - 2016-07-23 06:10 +0200
Re: [PATCH 1/3] Add a new field to struct shrinker Rik van Riel <riel@surriel.com> - 2016-07-23 21:50 +0200
Re: [PATCH 1/3] Add a new field to struct shrinker Tony Jones <tonyj@suse.de> - 2016-07-24 01:30 +0200
csiph-web