summaryrefslogtreecommitdiffstats
path: root/Documentation/pti (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-25perf data: Add perf data to CTF conversion supportJiri Olsa9-1/+701
2015-02-25perf tools: Add new 'perf data' commandJiri Olsa6-0/+94
2015-02-25perf tools: Add feature check for libbabeltraceJiri Olsa5-3/+46
2015-02-25perf record: Support recording running/enabled timeAndi Kleen4-0/+12
2015-02-24perf tools: Print the thread's tid on PERF_RECORD_COMM events when -D is askedArnaldo Carvalho de Melo1-1/+1
2015-02-24perf trace: Dump stack on segfaultsArnaldo Carvalho de Melo1-0/+3
2015-02-24perf tools: Introduce dump_stack signal helperArnaldo Carvalho de Melo2-0/+8
2015-02-23perf ordered_events: Stop using tool->ordered_eventsArnaldo Carvalho de Melo1-1/+4
2015-02-23perf session: Remove perf_session from dump_eventArnaldo Carvalho de Melo1-7/+7
2015-02-23perf session: Remove perf_session from some deliver event routinesArnaldo Carvalho de Melo1-19/+19
2015-02-23perf session: Remove perf_session from warn_errors signatureArnaldo Carvalho de Melo1-18/+18
2015-02-23perf evlist: Adopt events_stats from perf_sessionArnaldo Carvalho de Melo5-33/+33
2015-02-23perf session: Remove wrappers to machines__findArnaldo Carvalho de Melo1-8/+5
2015-02-23perf trace: Separate routine that handles an event from the one that reads itArnaldo Carvalho de Melo1-27/+31
2015-02-23perf trace: Add man page entry for --eventArnaldo Carvalho de Melo1-0/+3
2015-02-23perf trace: Introduce --filter-pidsArnaldo Carvalho de Melo2-2/+50
2015-02-23perf evlist: Introduce set_filter_pids methodArnaldo Carvalho de Melo2-4/+24
2015-02-23perf trace: Filter out the trace pid when no threads are specifiedArnaldo Carvalho de Melo1-0/+9
2015-02-23perf evlist: Introduce set_filter_pid methodArnaldo Carvalho de Melo2-0/+14
2015-02-23perf trace: Only insert blank duration bracket when tracing syscallsArnaldo Carvalho de Melo1-1/+5
2015-02-18perf, powerpc: Fix up flush_branch_stack() usersPeter Zijlstra2-9/+9
2015-02-18perf tools: Construct LBR call chainKan Liang3-17/+153
2015-02-18perf tools: Enable LBR call stack supportKan Liang6-6/+40
2015-02-18perf/x86/intel: Expose LBR callstack to user space toolingPeter Zijlstra3-20/+12
2015-02-18perf/x86/intel: Discard zero length call entries in LBR call stackYan, Zheng1-2/+11
2015-02-18perf/x86/intel: Disable FREEZE_LBRS_ON_PMI when LBR operates in callstack modeYan, Zheng1-4/+13
2015-02-18perf/x86/intel: Re-organize code that implicitly enables LBR/PEBSYan, Zheng1-30/+29
2015-02-18perf: Simplify the branch stack checkYan, Zheng3-17/+11
2015-02-18perf/x86/intel: Save/restore LBR stack during context switchYan, Zheng1-12/+76
2015-02-18perf/x86/intel: Track number of events that use the LBR callstackYan, Zheng1-0/+19
2015-02-18perf/x86/intel: Allocate space for storing LBR stackYan, Zheng2-0/+11
2015-02-18perf: Always switch pmu specific data during context switchYan, Zheng1-0/+3
2015-02-18perf: Add pmu specific data for perf task contextYan, Zheng2-4/+42
2015-02-18perf/x86/intel: Add basic Haswell LBR call stack supportYan, Zheng3-24/+83
2015-02-18perf/x86/intel: Use context switch callback to flush LBR stackYan, Zheng6-99/+30
2015-02-18perf: Introduce pmu context switch callbackYan, Zheng4-0/+75
2015-02-18perf/x86/intel: Reduce lbr_sel_map[] sizeYan, Zheng3-43/+64
2015-02-18perf/x86/amd/ibs: Convert force_ibs_eilvt_setup() to voidAravind Gopalakrishnan1-7/+5
2015-02-18perf: Update userspace page info for software eventShaohua Li1-0/+3
2015-02-18perf: Update shadow timestamp before add eventShaohua Li1-4/+4
2015-02-18perf/x86/intel/uncore: Delete an unnecessary check before pci_dev_put() callMarkus Elfring1-2/+1
2015-02-13perf trace: Support --events foo:bar --no-syscallsArnaldo Carvalho de Melo1-1/+2
2015-02-13perf trace: Allow mixing with other eventsArnaldo Carvalho de Melo1-7/+44
2015-02-13perf trace: Handle multiple threads better wrt syscalls being intermixedArnaldo Carvalho de Melo1-0/+28
2015-02-13perf trace: Print thread info when following childrenArnaldo Carvalho de Melo1-1/+3
2015-02-13perf list: Place the header text in its right positionYunlong Song2-5/+3
2015-02-13perf: Remove the extra validity check on nr_pagesKaixu Xia1-1/+1
2015-02-13perf tools: Fix a bug of segmentation faultYunlong Song1-2/+4
2015-02-12perf build: Display make commands on V=1Jiri Olsa2-22/+30
2015-02-12tools lib lockdep: Use tools build frameworkJiri Olsa2-109/+24