Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1542068
| From | Vlastimil Babka <vbabka@suse.cz> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/3] mm, trace: extract COMPACTION_STATUS and ZONE_TYPE to a common header |
| Date | 2016-12-14 18:20 +0100 |
| Message-ID | <sOlnI-Ip-13@gated-at.bofh.it> (permalink) |
| References | <sOjcd-7GR-5@gated-at.bofh.it> <sOjcd-7GR-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 12/14/2016 03:53 PM, Michal Hocko wrote: > From: Michal Hocko <mhocko@suse.com> > > COMPACTION_STATUS resp. ZONE_TYPE are currently used to translate enum > compact_result resp. struct zone index into their symbolic names for > an easier post processing. The follow up patch would like to reuse > this as well. The code involves some preprocessor black magic which is > better not duplicated elsewhere so move it to a common mm tracing relate > header. > > Signed-off-by: Michal Hocko <mhocko@suse.com> Acked-by: Vlastimil Babka <vbabka@suse.cz>
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/3] mm, oom: add oom detection tracepoints Michal Hocko <mhocko@kernel.org> - 2016-12-14 16:00 +0100
[PATCH 1/3] mm, trace: extract COMPACTION_STATUS and ZONE_TYPE to a common header Michal Hocko <mhocko@kernel.org> - 2016-12-14 16:00 +0100
Re: [PATCH 1/3] mm, trace: extract COMPACTION_STATUS and ZONE_TYPE to a common header Vlastimil Babka <vbabka@suse.cz> - 2016-12-14 18:20 +0100
Re: [PATCH 1/3] mm, trace: extract COMPACTION_STATUS and ZONE_TYPE to a common header Michal Hocko <mhocko@kernel.org> - 2016-12-14 20:10 +0100
[PATCH 3/3] oom, trace: add compaction retry tracepoint Michal Hocko <mhocko@kernel.org> - 2016-12-14 16:00 +0100
Re: [PATCH 3/3] oom, trace: add compaction retry tracepoint Vlastimil Babka <vbabka@suse.cz> - 2016-12-14 18:30 +0100
Re: [PATCH 3/3] oom, trace: add compaction retry tracepoint Michal Hocko <mhocko@kernel.org> - 2016-12-14 19:20 +0100
Re: [PATCH 3/3] oom, trace: add compaction retry tracepoint Vlastimil Babka <vbabka@suse.cz> - 2016-12-15 09:20 +0100
csiph-web