summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)Author
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-05-17perf tools: Add mode to build without newt supportArnaldo Carvalho de Melo
2010-05-17perf symbols: symbol inconsistency message should be done only at verbose=1Arnaldo Carvalho de Melo
2010-05-17perf tui: Add explicit -lslang optionArnaldo Carvalho de Melo
2010-05-17perf options: Type check all the remaining OPT_ variantsArnaldo Carvalho de Melo
2010-05-17perf options: Type check OPT_BOOLEAN and fix the offendersArnaldo Carvalho de Melo
2010-05-17perf options: Check v type in OPT_U?INTEGERArnaldo Carvalho de Melo
2010-05-17perf options: Introduce OPT_UINTEGERArnaldo Carvalho de Melo
2010-05-17perf tui: Add workaround for slang < 2.1.4Arnaldo Carvalho de Melo
2010-05-17perf record: Fix bug mismatch with -c option definitionStephane Eranian
2010-05-17perf options: Introduce OPT_U64Arnaldo Carvalho de Melo
2010-05-16perf tui: Add help window to show key associationsArnaldo Carvalho de Melo
2010-05-16perf tui: Make <- exit menus tooArnaldo Carvalho de Melo
2010-05-15perf newt: Add single key shortcuts for zoom into DSO and threadsArnaldo Carvalho de Melo
2010-05-15perf newt: Exit browser unconditionally when CTRL+C, q or Q is pressedArnaldo Carvalho de Melo
2010-05-15perf newt: Fix the 'A'/'a' shortcut for annotateArnaldo Carvalho de Melo
2010-05-15perf newt: Make <- exit the ui_browserArnaldo Carvalho de Melo
2010-05-14perf newt: Make <- zoom out filtersArnaldo Carvalho de Melo
2010-05-14perf report: Report number of events, not samplesArnaldo Carvalho de Melo
2010-05-14perf hist: Clarify events_stats fields usageArnaldo Carvalho de Melo
2010-05-14perf hist: Make event__totals per histsArnaldo Carvalho de Melo
2010-05-13perf trace scripts: Fix typos in perf-trace-python.txtKirill Smelkov
2010-05-13perf tools: change event inheritance logic in stat and recordStephane Eranian
2010-05-13perf hist: Fix missing getline declarationFrederic Weisbecker
2010-05-13perf hist: Fix hists__browse no-newt caseFrederic Weisbecker
2010-05-13perf record: Add a fallback to the reference relocation symbolArnaldo Carvalho de Melo
2010-05-11perf report: Librarize the annotation code and use it in the newt browserArnaldo Carvalho de Melo
2010-05-11perf ui: Add ui_helpline methodsArnaldo Carvalho de Melo
2010-05-11perf symbols: allow forcing use of cplus_demangleKyle McMartin
2010-05-11perf probe: Check older elfutils and set NO_DWARFMasami Hiramatsu
2010-05-11perf hist: Adopt filter by dso and by thread methods from the newt browserArnaldo Carvalho de Melo
2010-05-11perf: Fix static strings treated like dynamic onesFrederic Weisbecker
2010-05-10perf/trace/scripting: syscall-counts script cleanupTom Zanussi
2010-05-10perf/trace/scripting: syscall-counts-by-pid script cleanupTom Zanussi
2010-05-10perf/trace/scripting: failed-syscalls-by-pid script cleanupTom Zanussi
2010-05-10perf/trace/scripting: don't show script start/stop messages by defaultTom Zanussi
2010-05-10perf/trace/scripting: workqueue-stats script cleanupTom Zanussi
2010-05-10perf/trace/scripting: wakeup-latency script cleanupTom Zanussi
2010-05-10perf/trace/scripting: rwtop script cleanupTom Zanussi
2010-05-10perf/trace/scripting: rw-by-pid script cleanupTom Zanussi
2010-05-10perf/trace/scripting: failed-syscalls script cleanupTom Zanussi
2010-05-10perf hist: Calculate max_sym name len and nr_entriesArnaldo Carvalho de Melo
2010-05-10perf hist: Introduce hists class and move lots of methods to itArnaldo Carvalho de Melo
2010-05-10perf session: create_kernel_maps should use ->host_machineArnaldo Carvalho de Melo
2010-05-10perf callchains: Use zalloc to allocate objectsArnaldo Carvalho de Melo
2010-05-10perf newt: Use newtAddComponent()Arnaldo Carvalho de Melo
2010-05-10Merge branch 'perf/test' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar
2010-05-09perf report: Allow limiting the number of entries to print in callchainsArnaldo Carvalho de Melo
2010-05-09perf session: Embed the host machine data on perf_sessionArnaldo Carvalho de Melo
2010-05-09perf symbols: Check if a struct machine instance was foundArnaldo Carvalho de Melo
72'>372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598