From: SeongJae Park
On Thu, 8 Apr 2021 13:48:48 + SeongJae Park wrote:
> From: SeongJae Park
>
> DAMON is designed to be used by kernel space code such as the memory
> management subsystems, and therefore it provides only kernel space API.
> That said, letting the user space control DAMO
From: SeongJae Park
On Sat, 10 Apr 2021 10:55:01 +0200 Greg KH wrote:
> On Thu, Apr 08, 2021 at 01:48:48PM +, SeongJae Park wrote:
> > +static int dbgfs_fill_ctx_dir(struct dentry *dir, struct damon_ctx *ctx)
> > +{
> > + const char * const file_names[] = {"attrs", "target_ids"};
> > +
On Thu, Apr 08, 2021 at 01:48:48PM +, SeongJae Park wrote:
> +static int dbgfs_fill_ctx_dir(struct dentry *dir, struct damon_ctx *ctx)
> +{
> + const char * const file_names[] = {"attrs", "target_ids"};
> + const struct file_operations *fops[] = {&attrs_fops, &target_ids_fops};
> +
3 matches
Mail list logo