LCOV - code coverage report
Current view: top level - crtools/include - pipes.h (source / functions) Hit Total Coverage
Test: crtools.info Lines: 1 1 100.0 %
Date: 2012-12-28 Functions: 0 0 -
Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : #ifndef __CR_PIPES_H__
       2                 :            : #define __CR_PIPES_H__
       3                 :            : 
       4                 :            : #include "../protobuf/pipe-data.pb-c.h"
       5                 :            : 
       6                 :            : extern int collect_pipes(void);
       7                 :            : extern void mark_pipe_master(void);
       8                 :            : int dump_pipe(struct fd_parms *p, int lfd,
       9                 :            :                              const struct cr_fdset *cr_fdset);
      10                 :            : 
      11                 :            : static inline u32 pipe_id(const struct fd_parms *p)
      12                 :            : {
      13                 :        520 :         return p->stat.st_ino;
      14                 :            : }
      15                 :            : 
      16                 :            : #define NR_PIPES_WITH_DATA      1024
      17                 :            : 
      18                 :            : struct pipe_data_dump {
      19                 :            :         int             img_type;
      20                 :            :         unsigned int    nr;
      21                 :            :         u32             ids[NR_PIPES_WITH_DATA];
      22                 :            : };
      23                 :            : 
      24                 :            : extern int dump_one_pipe_data(struct pipe_data_dump *pd, int lfd, const struct fd_parms *p);
      25                 :            : 
      26                 :            : struct pipe_data_rst {
      27                 :            :         PipeDataEntry           *pde;
      28                 :            :         void *data;
      29                 :            :         struct pipe_data_rst    *next;
      30                 :            : };
      31                 :            : 
      32                 :            : #define PIPE_DATA_HASH_BITS     5
      33                 :            : #define PIPE_DATA_HASH_SIZE     (1 << PIPE_DATA_HASH_BITS)
      34                 :            : #define PIPE_DATA_HASH_MASK     (PIPE_DATA_HASH_SIZE - 1)
      35                 :            : 
      36                 :            : extern int collect_pipe_data(int img_type, struct pipe_data_rst **hash);
      37                 :            : extern int restore_pipe_data(int img_type, int pfd, u32 id, struct pipe_data_rst **hash);
      38                 :            : 
      39                 :            : #endif /* __CR_PIPES_H__ */

Generated by: LCOV version 1.9