From: compudj Date: Wed, 15 Jun 2005 12:02:44 +0000 (+0000) Subject: xml desc fix X-Git-Tag: v0.12.20~2536 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=e3cc790de835c2c47dc3cf18a943abc22d7b895f;hp=2cdb6fcba2deb41e6e894cae0f46d9a58a8c9e85;p=lttv.git xml desc fix git-svn-id: http://ltt.polymtl.ca/svn@953 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/genevent/genevent.c b/genevent/genevent.c index 3add6898..e903fbe1 100644 --- a/genevent/genevent.c +++ b/genevent/genevent.c @@ -507,7 +507,7 @@ void generateStructFunc(FILE * fp, char * facName, unsigned long checksum){ fprintf(fp, "\t\t\t/* Buffer is full*/\n"); fprintf(fp, "\t\t\t/* for debug BUG(); */\n"); // DEBUG! fprintf(fp, "\t\t\tchannel->events_lost[smp_processor_id()]++;\n"); - fprintf(fp, "\t\t\tgoto commit_work;\n"); + fprintf(fp, "\t\t\tbreak;\n"); /* don't commit a NULL reservation! */ fprintf(fp, "\t\t}\n"); /* DEBUG */ @@ -634,8 +634,6 @@ void generateStructFunc(FILE * fp, char * facName, unsigned long checksum){ } if(structCount + seqCount > 1) fprintf(fp,"\n"); - fprintf(fp,"\n"); - fprintf(fp,"commit_work:\n"); fprintf(fp,"\n"); fprintf(fp, "\t\t/* Commit the work */\n"); fprintf(fp, "\t\trelay_commit(channel->rchan->buf[smp_processor_id()],\n" diff --git a/genevent/kernel.xml b/genevent/kernel.xml index acbebbf4..0a2142ea 100644 --- a/genevent/kernel.xml +++ b/genevent/kernel.xml @@ -44,6 +44,7 @@ Tasklet priority Tasklet function address + Tasklet data address @@ -52,6 +53,7 @@ Tasklet priority Tasklet function address + Tasklet data address diff --git a/genevent/memory.xml b/genevent/memory.xml index 2c27d3c5..b6788f6b 100644 --- a/genevent/memory.xml +++ b/genevent/memory.xml @@ -6,7 +6,7 @@ Order of the page to allocate Assigned page address, or 0 if - failed. + failed. @@ -14,35 +14,35 @@ Page free Order of the page to free - Address of the page to free. + Address of the page to free. Page swapped into memory - Address of the page to swap in. + Address of the page to swap in. Page swapped to disk - Address of the page to swap out. + Address of the page to swap out. Staring to wait for a page - Address of the page we wait for. + Address of the page we wait for. Ending wait for a page - Address of the page we wait for. + Address of the page we wait for.