summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/evsel.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-26perf stat: Remove perf_evsel__read_cb functionJiri Olsa1-16/+0
2015-06-26perf stat: Introduce perf_evsel__read functionJiri Olsa1-0/+14
2015-06-26perf stat: Make stats work over the thread dimensionJiri Olsa1-6/+6
2015-06-26perf stat: Introduce perf_counts functionJiri Olsa1-3/+3
2015-06-25perf evlist: Propagate thread maps through the evlistJiri Olsa1-0/+1
2015-06-25perf tools: Add reference counting for cpu_map objectJiri Olsa1-0/+1
2015-06-23perf thread_map: Don't access the array entries directlyJiri Olsa1-1/+1
2015-06-16perf tools: Move perf_evsel__(alloc|free|reset)_counts into stat objectJiri Olsa1-18/+1
2015-06-11perf evsel: Display 0x for hex values when printing the attributeAdrian Hunter1-1/+1
2015-05-27perf tools: Add hint for 'Too many events are opened.' error messageJiri Olsa1-1/+3
2015-04-29perf tools: Add aux_watermark member of struct perf_event_attrAdrian Hunter1-0/+1
2015-04-08perf tools: Merge all perf_event_attr print functionsPeter Zijlstra1-160/+128
2015-04-08perf record: Add clockid parameterPeter Zijlstra1-4/+55
2015-03-26perf timechart: Fix SIBGUS error on sparc64David Ahern1-1/+1
2015-02-25perf record: Support recording running/enabled timeAndi Kleen1-0/+6
2015-02-18perf tools: Enable LBR call stack supportKan Liang1-2/+19
2015-01-29perf evsel: Set attr.task bit for a tracking eventNamhyung Kim1-0/+1
2015-01-28perf evsel: Don't rely on malloc working for sz 0Vineet Gupta1-0/+3
2014-12-01perf tools: Remove perf_evsel__read interfaceJiri Olsa1-34/+0
2014-11-24perf evsel: Introduce perf_evsel__read_cb functionJiri Olsa1-0/+16
2014-11-24perf evsel: Introduce perf_counts_values__scale functionJiri Olsa1-25/+22
2014-11-24perf evsel: Introduce perf_evsel__compute_deltas functionJiri Olsa1-5/+4
2014-11-19perf evsel: Fix ftrace:function event recordingJiri Olsa1-0/+8
2014-11-16perf tools: Add core support for sampling intr machine state regsStephane Eranian1-1/+45
2014-11-06perf evsel: Do not call pevent_free_format when deleting tracepointJiri Olsa1-2/+0
2014-10-17perf evsel: No need to drag util/cgroup.hArnaldo Carvalho de Melo1-0/+1
2014-10-17perf evsel: Move exit stuff from __delete to __exitArnaldo Carvalho de Melo1-5/+5
2014-10-14perf evsel: Make some exit routines staticArnaldo Carvalho de Melo1-3/+3
2014-10-14perf tools: Remove hists from evselArnaldo Carvalho de Melo1-11/+0
2014-10-14perf callchain: Move the callchain_param extern to callchain.hArnaldo Carvalho de Melo1-0/+1
2014-10-14perf evsel: SubclassingArnaldo Carvalho de Melo1-2/+46
2014-09-26perf tools: Move callchain config from record_opts to callchain_paramNamhyung Kim1-6/+5
2014-08-15perf util: Replace strerror with strerror_r for thread-safetyMasami Hiramatsu1-2/+5
2014-08-13perf evlist: Add perf_evlist__set_tracking_event()Adrian Hunter1-1/+2
2014-08-13perf evlist: Add 'system_wide' optionAdrian Hunter1-5/+26
2014-08-12perf tools: Show better error message in case we fail to open counters due to...Jiri Olsa1-0/+6
2014-08-12perf record: Honour --no-time command line optionAndi Kleen1-3/+6
2014-07-18perf tools: Enable close-on-exec flag on perf file descriptorYann Droneaud1-3/+9
2014-07-16perf evsel: Add 'immediate' optionAdrian Hunter1-0/+5
2014-07-16perf evsel: Add 'no_aux_samples' optionAdrian Hunter1-3/+3
2014-07-16perf script: Display PERF_RECORD_MISC_COMM_EXEC flagAdrian Hunter1-1/+2
2014-06-12perf record: Fix to honor user freq/interval properlyNamhyung Kim1-2/+2
2014-06-09Revert "perf: Disable PERF_RECORD_MMAP2 support"Don Zickus1-0/+1
2014-03-18perf evsel: Update function names in debug messagesRamkumar Ramachandra1-2/+2
2014-03-11perf tools: Disable user-space callchain/stack dumps for function trace eventsJiri Olsa1-11/+30
2014-02-18perf callchain: Add mask into struct regs_dumpJiri Olsa1-6/+7
2014-02-18perf tools: Add call-graph option support into .perfconfigJiri Olsa1-1/+1
2014-02-18perf tools: Put proper period for for samples without PERIOD sample_typeJiri Olsa1-1/+1
2014-01-20perf evsel: Remove duplicate member zeroing after freeStephane Eranian1-1/+0
2014-01-14perf record: Rename --no-delay to --no-bufferingArnaldo Carvalho de Melo1-1/+1