Commit e440353
committed
debug-info-defconfig: add debug symbols needed by pahole
With this we can see the structures
pahole -C 'snd_sof_dev' sound/soc/sof/snd-sof.o
struct snd_sof_dev {
struct device * dev; /* 0 8 */
spinlock_t ipc_lock; /* 8 72 */
/* --- cacheline 1 boundary (64 bytes) was 16 bytes ago --- */
spinlock_t hw_lock; /* 80 72 */
/* --- cacheline 2 boundary (128 bytes) was 24 bytes ago --- */
bool dspless_mode_selected; /* 152 1 */
/* XXX 7 bytes hole, try to pack */
struct sof_firmware basefw; /* 160 16 */
/* XXX last struct has 4 bytes of padding */
struct snd_soc_component_driver plat_drv; /* 176 384 */
...
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>1 parent 1dea717 commit e440353
3 files changed
Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
31 | 36 | | |
32 | 37 | | |
33 | 38 | | |
| |||
54 | 59 | | |
55 | 60 | | |
56 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
57 | 72 | | |
58 | 73 | | |
59 | 74 | | |
| |||
108 | 123 | | |
109 | 124 | | |
110 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
111 | 131 | | |
112 | 132 | | |
113 | 133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
0 commit comments