HelenOS sources
exceptions 142 uspace/app/top/top.c target->exceptions = NULL;
exceptions 203 uspace/app/top/top.c target->exceptions = stats_get_exceptions(&(target->exceptions_count));
exceptions 204 uspace/app/top/top.c if (target->exceptions == NULL)
exceptions 331 uspace/app/top/top.c if (new_data->exceptions[i].id == old_data->exceptions[j].id) {
exceptions 345 uspace/app/top/top.c new_data->exceptions[i].cycles - old_data->exceptions[j].cycles;
exceptions 347 uspace/app/top/top.c new_data->exceptions[i].count - old_data->exceptions[i].count;
exceptions 494 uspace/app/top/top.c if (!excs_all && !data->exceptions[i].hot)
exceptions 497 uspace/app/top/top.c field[EXCEPTION_COL_ID].uint = data->exceptions[i].id;
exceptions 499 uspace/app/top/top.c field[EXCEPTION_COL_COUNT].uint = data->exceptions[i].count;
exceptions 503 uspace/app/top/top.c field[EXCEPTION_COL_CYCLES].uint = data->exceptions[i].cycles;
exceptions 507 uspace/app/top/top.c field[EXCEPTION_COL_DESCRIPTION].string = data->exceptions[i].desc;
exceptions 555 uspace/app/top/top.c if (target->exceptions != NULL)
exceptions 556 uspace/app/top/top.c free(target->exceptions);
exceptions 139 uspace/app/top/top.h stats_exc_t *exceptions;
exceptions 143 uspace/dist/src/c/demos/top/top.c target->exceptions = NULL;
exceptions 204 uspace/dist/src/c/demos/top/top.c target->exceptions = stats_get_exceptions(&(target->exceptions_count));
exceptions 205 uspace/dist/src/c/demos/top/top.c if (target->exceptions == NULL)
exceptions 332 uspace/dist/src/c/demos/top/top.c if (new_data->exceptions[i].id == old_data->exceptions[j].id) {
exceptions 346 uspace/dist/src/c/demos/top/top.c new_data->exceptions[i].cycles - old_data->exceptions[j].cycles;
exceptions 348 uspace/dist/src/c/demos/top/top.c new_data->exceptions[i].count - old_data->exceptions[i].count;
exceptions 495 uspace/dist/src/c/demos/top/top.c if (!excs_all && !data->exceptions[i].hot)
exceptions 498 uspace/dist/src/c/demos/top/top.c field[EXCEPTION_COL_ID].uint = data->exceptions[i].id;
exceptions 500 uspace/dist/src/c/demos/top/top.c field[EXCEPTION_COL_COUNT].uint = data->exceptions[i].count;
exceptions 504 uspace/dist/src/c/demos/top/top.c field[EXCEPTION_COL_CYCLES].uint = data->exceptions[i].cycles;
exceptions 508 uspace/dist/src/c/demos/top/top.c field[EXCEPTION_COL_DESCRIPTION].string = data->exceptions[i].desc;
exceptions 556 uspace/dist/src/c/demos/top/top.c if (target->exceptions != NULL)
exceptions 557 uspace/dist/src/c/demos/top/top.c free(target->exceptions);
exceptions 139 uspace/dist/src/c/demos/top/top.h stats_exc_t *exceptions;
exceptions 413 uspace/lib/cpp/include/__bits/io/ios.hpp exceptions(rhs.exceptions());
HelenOS homepage, sources at GitHub