Skip to content
Snippets Groups Projects
Select Git revision
  • fb40bd78b0f91b274879cf5db8facd1e04b6052e
  • vme-testing default
  • ci-test
  • master
  • remoteproc
  • am625-sk-ov5640
  • pcal6534-upstreaming
  • lps22df-upstreaming
  • msc-upstreaming
  • imx8mp
  • iio/noa1305
  • vme-next
  • vme-next-4.14-rc4
  • v4.14-rc4
  • v4.14-rc3
  • v4.14-rc2
  • v4.14-rc1
  • v4.13
  • vme-next-4.13-rc7
  • v4.13-rc7
  • v4.13-rc6
  • v4.13-rc5
  • v4.13-rc4
  • v4.13-rc3
  • v4.13-rc2
  • v4.13-rc1
  • v4.12
  • v4.12-rc7
  • v4.12-rc6
  • v4.12-rc5
  • v4.12-rc4
  • v4.12-rc3
32 results

module.c

Blame
    • Mathieu Desnoyers's avatar
      fb40bd78
      Linux Kernel Markers: support multiple probes · fb40bd78
      Mathieu Desnoyers authored
      
      RCU style multiple probes support for the Linux Kernel Markers.  Common case
      (one probe) is still fast and does not require dynamic allocation or a
      supplementary pointer dereference on the fast path.
      
      - Move preempt disable from the marker site to the callback.
      
      Since we now have an internal callback, move the preempt disable/enable to the
      callback instead of the marker site.
      
      Since the callback change is done asynchronously (passing from a handler that
      supports arguments to a handler that does not setup the arguments is no
      arguments are passed), we can safely update it even if it is outside the
      preempt disable section.
      
      - Move probe arm to probe connection. Now, a connected probe is automatically
        armed.
      
      Remove MARK_MAX_FORMAT_LEN, unused.
      
      This patch modifies the Linux Kernel Markers API : it removes the probe
      "arm/disarm" and changes the probe function prototype : it now expects a
      va_list * instead of a "...".
      
      If we want to have more than one probe connected to a marker at a given
      time (LTTng, or blktrace, ssytemtap) then we need this patch. Without it,
      connecting a second probe handler to a marker will fail.
      
      It allow us, for instance, to do interesting combinations :
      
      Do standard tracing with LTTng and, eventually, to compute statistics
      with SystemTAP, or to have a special trigger on an event that would call
      a systemtap script which would stop flight recorder tracing.
      
      Signed-off-by: default avatarMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
      Cc: Christoph Hellwig <hch@infradead.org>
      Cc: Mike Mason <mmlnx@us.ibm.com>
      Cc: Dipankar Sarma <dipankar@in.ibm.com>
      Cc: David Smith <dsmith@redhat.com>
      Cc: "Paul E. McKenney" <paulmck@us.ibm.com>
      Cc: "Frank Ch. Eigler" <fche@redhat.com>
      Cc: Steven Rostedt <rostedt@goodmis.org>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      fb40bd78
      History
      Linux Kernel Markers: support multiple probes
      Mathieu Desnoyers authored
      
      RCU style multiple probes support for the Linux Kernel Markers.  Common case
      (one probe) is still fast and does not require dynamic allocation or a
      supplementary pointer dereference on the fast path.
      
      - Move preempt disable from the marker site to the callback.
      
      Since we now have an internal callback, move the preempt disable/enable to the
      callback instead of the marker site.
      
      Since the callback change is done asynchronously (passing from a handler that
      supports arguments to a handler that does not setup the arguments is no
      arguments are passed), we can safely update it even if it is outside the
      preempt disable section.
      
      - Move probe arm to probe connection. Now, a connected probe is automatically
        armed.
      
      Remove MARK_MAX_FORMAT_LEN, unused.
      
      This patch modifies the Linux Kernel Markers API : it removes the probe
      "arm/disarm" and changes the probe function prototype : it now expects a
      va_list * instead of a "...".
      
      If we want to have more than one probe connected to a marker at a given
      time (LTTng, or blktrace, ssytemtap) then we need this patch. Without it,
      connecting a second probe handler to a marker will fail.
      
      It allow us, for instance, to do interesting combinations :
      
      Do standard tracing with LTTng and, eventually, to compute statistics
      with SystemTAP, or to have a special trigger on an event that would call
      a systemtap script which would stop flight recorder tracing.
      
      Signed-off-by: default avatarMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
      Cc: Christoph Hellwig <hch@infradead.org>
      Cc: Mike Mason <mmlnx@us.ibm.com>
      Cc: Dipankar Sarma <dipankar@in.ibm.com>
      Cc: David Smith <dsmith@redhat.com>
      Cc: "Paul E. McKenney" <paulmck@us.ibm.com>
      Cc: "Frank Ch. Eigler" <fche@redhat.com>
      Cc: Steven Rostedt <rostedt@goodmis.org>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    cache.h 1.08 KiB
    #ifndef _ASM_POWERPC_CACHE_H
    #define _ASM_POWERPC_CACHE_H
    
    #ifdef __KERNEL__
    
    
    /* bytes per L1 cache line */
    #if defined(CONFIG_8xx) || defined(CONFIG_403GCX)
    #define L1_CACHE_SHIFT		4
    #define MAX_COPY_PREFETCH	1
    #elif defined(CONFIG_PPC_E500MC)
    #define L1_CACHE_SHIFT		6
    #define MAX_COPY_PREFETCH	4
    #elif defined(CONFIG_PPC32)
    #define L1_CACHE_SHIFT		5
    #define MAX_COPY_PREFETCH	4
    #else /* CONFIG_PPC64 */
    #define L1_CACHE_SHIFT		7
    #endif
    
    #define	L1_CACHE_BYTES		(1 << L1_CACHE_SHIFT)
    
    #define	SMP_CACHE_BYTES		L1_CACHE_BYTES
    
    #if defined(__powerpc64__) && !defined(__ASSEMBLY__)
    struct ppc64_caches {
    	u32	dsize;			/* L1 d-cache size */
    	u32	dline_size;		/* L1 d-cache line size	*/
    	u32	log_dline_size;
    	u32	dlines_per_page;
    	u32	isize;			/* L1 i-cache size */
    	u32	iline_size;		/* L1 i-cache line size	*/
    	u32	log_iline_size;
    	u32	ilines_per_page;
    };
    
    extern struct ppc64_caches ppc64_caches;
    #endif /* __powerpc64__ && ! __ASSEMBLY__ */
    
    #if !defined(__ASSEMBLY__)
    #define __read_mostly __attribute__((__section__(".data.read_mostly")))
    #endif
    
    #endif /* __KERNEL__ */
    #endif /* _ASM_POWERPC_CACHE_H */