summaryrefslogtreecommitdiffstats
path: root/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-12perf tools: Do not elide parent symbol columnJiri Olsa1-8/+0
2013-07-12perf util: Use evsel->name to get tracepoint_pathsNamhyung Kim3-0/+39
2013-07-12perf util: Move debugfs/tracing helper functions to util.cNamhyung Kim3-59/+62
2013-07-12perf tools: Remove callchain_cursor_reset callJiri Olsa1-2/+0
2013-07-12perf tools: Add methods for setting/retrieving priv element of thread structDavid Ahern1-0/+10
2013-07-12perf tools: Use default include path notation for libtraceevent headersRobert Richter7-11/+12
2013-07-12perf tests: Make TEST_ASSERT_VAL globalJiri Olsa3-16/+8
2013-07-12perf tests: Omit end of the symbol check failure for test 1Jiri Olsa1-4/+11
2013-07-12perf tools: Remove cwd from perf_session structJiri Olsa1-1/+0
2013-07-12perf top: Add --objdump optionSukadev Bhattiprolu1-0/+9
2013-07-12perf tools: Rename cpu_map__all() to cpu_map__empty()Sukadev Bhattiprolu2-3/+3
2013-07-12perf: Remove the 'match' callback for auxiliary events processingJiri Olsa1-40/+39
2013-07-12perf: Fix perf_lock_task_context() vs RCUPeter Zijlstra1-1/+14
2013-07-12perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenarioJiri Olsa1-1/+10
2013-07-12perf: Clone child context from parent context pmuJiri Olsa1-1/+1
2013-07-10perf script: Fix broken include in Context.xsRamkumar Ramachandra1-1/+1
2013-07-10perf tools: Fix -ldw/-lelf link test when static linkingMike Frysinger2-3/+3
2013-07-09perf tools: Revert regression in configuration of Python supportMichael Witten1-1/+1
2013-07-08perf tools: Fix perf version generationRobert Richter1-6/+15
2013-07-08perf stat: Fix per-socket output bug for uncore eventsStephane Eranian1-3/+4
2013-07-08perf symbols: Fix vdso list searchingWaiman Long3-4/+11
2013-07-08perf evsel: Fix missing increment in sample parsingAdrian Hunter1-1/+1
2013-07-08perf tools: Update symbol_conf.nr_events when processing attribute eventsAdrian Hunter1-0/+2
2013-07-08perf tools: Fix new_term() missing free on error pathAdrian Hunter1-0/+1
2013-07-08perf tools: Fix parse_events_terms() segfault on error pathAdrian Hunter1-1/+2
2013-07-08perf evsel: Fix count parameter to read call in event_format__newDavid Ahern1-1/+1
2013-07-08perf tools: fix a typo of a Power7 event nameRunzhen Wang2-7/+7
2013-07-08perf tools: Fix -x/--exclude-other option for report commandJiri Olsa4-6/+1
2013-07-08perf evlist: Enhance perf_evlist__start_workload()Namhyung Kim1-1/+9
2013-07-08perf record: Remove -f/--force optionJiri Olsa7-14/+6
2013-07-08perf record: Remove -A/--append optionJiri Olsa3-88/+11
2013-07-08perf stat: Avoid sending SIGTERM to random processesStephane Eranian1-1/+22
2013-07-08tools lib lk: Fix for cross buildJoonsoo Kim1-0/+15
2013-07-08perf tools: Include termios.h explicitlyJoonsoo Kim1-1/+1
2013-07-08perf bench: Fix memory allocation fail check in mem{set,cpy} workloadsKirill A. Shutemov2-3/+3
2013-07-08perf tools: Fix build errors with O and DESTDIR make vars setRobert Richter2-4/+3
2013-07-08perf tools: Fix output directory of Documentation/Robert Richter1-8/+2
2013-07-08tools: Get only verbose output with V=1Robert Richter3-3/+3
2013-07-05perf: Fix interrupt handler timing harnessStephane Eranian1-2/+2
2013-07-05perf/x86/amd: Do not print an error when the device is not presentPeter Zijlstra1-3/+1
2013-07-02sync: don't block the flusher thread waiting on IODave Chinner2-2/+8
2013-07-02f2fs: fix to recover i_size from roll-forwardJaegeuk Kim1-1/+22
2013-07-02f2fs: remove the unused argument "sbi" of func destroy_fsync_dnodes()Gu Zheng1-3/+2
2013-07-02f2fs: remove reusing any prefree segmentsJaegeuk Kim1-55/+1
2013-07-02f2fs: code cleanup and simplify in func {find/add}_gc_inodeGu Zheng1-12/+5
2013-07-02f2fs: optimize the init_dirty_segmap functionNamjae Jeon1-4/+4
2013-07-02f2fs: fix an endian conversion bug detected by sparseJaegeuk Kim1-2/+2
2013-07-02f2fs: fix crc endian conversionJaegeuk Kim2-10/+21
2013-07-01ext4: optimize starting extent in ext4_ext_rm_leaf()Ashish Sangwan1-1/+3
2013-07-01jbd2: invalidate handle if jbd2_journal_restart() failsTheodore Ts'o2-32/+44