summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/evsel.c
Commit message (Expand)AuthorAgeFilesLines
* perf stat: Make stats work over the thread dimensionJiri Olsa2015-06-261-6/+6
* perf stat: Introduce perf_counts functionJiri Olsa2015-06-261-3/+3
* perf evlist: Propagate thread maps through the evlistJiri Olsa2015-06-251-0/+1
* perf tools: Add reference counting for cpu_map objectJiri Olsa2015-06-251-0/+1
* perf thread_map: Don't access the array entries directlyJiri Olsa2015-06-231-1/+1
* perf tools: Move perf_evsel__(alloc|free|reset)_counts into stat objectJiri Olsa2015-06-161-18/+1
* perf evsel: Display 0x for hex values when printing the attributeAdrian Hunter2015-06-111-1/+1
* perf tools: Add hint for 'Too many events are opened.' error messageJiri Olsa2015-05-271-1/+3
* perf tools: Add aux_watermark member of struct perf_event_attrAdrian Hunter2015-04-291-0/+1
* perf tools: Merge all perf_event_attr print functionsPeter Zijlstra2015-04-081-160/+128
* perf record: Add clockid parameterPeter Zijlstra2015-04-081-4/+55
* perf timechart: Fix SIBGUS error on sparc64David Ahern2015-03-261-1/+1
* perf record: Support recording running/enabled timeAndi Kleen2015-02-251-0/+6
* perf tools: Enable LBR call stack supportKan Liang2015-02-181-2/+19
* perf evsel: Set attr.task bit for a tracking eventNamhyung Kim2015-01-291-0/+1
* perf evsel: Don't rely on malloc working for sz 0Vineet Gupta2015-01-281-0/+3
* perf tools: Remove perf_evsel__read interfaceJiri Olsa2014-12-011-34/+0
* perf evsel: Introduce perf_evsel__read_cb functionJiri Olsa2014-11-241-0/+16
* perf evsel: Introduce perf_counts_values__scale functionJiri Olsa2014-11-241-25/+22
* perf evsel: Introduce perf_evsel__compute_deltas functionJiri Olsa2014-11-241-5/+4
* perf evsel: Fix ftrace:function event recordingJiri Olsa2014-11-191-0/+8
* perf tools: Add core support for sampling intr machine state regsStephane Eranian2014-11-161-1/+45
* perf evsel: Do not call pevent_free_format when deleting tracepointJiri Olsa2014-11-061-2/+0
* perf evsel: No need to drag util/cgroup.hArnaldo Carvalho de Melo2014-10-171-0/+1
* perf evsel: Move exit stuff from __delete to __exitArnaldo Carvalho de Melo2014-10-171-5/+5
* perf evsel: Make some exit routines staticArnaldo Carvalho de Melo2014-10-141-3/+3
* perf tools: Remove hists from evselArnaldo Carvalho de Melo2014-10-141-11/+0
* perf callchain: Move the callchain_param extern to callchain.hArnaldo Carvalho de Melo2014-10-141-0/+1
* perf evsel: SubclassingArnaldo Carvalho de Melo2014-10-141-2/+46
* perf tools: Move callchain config from record_opts to callchain_paramNamhyung Kim2014-09-261-6/+5
* perf util: Replace strerror with strerror_r for thread-safetyMasami Hiramatsu2014-08-151-2/+5
* perf evlist: Add perf_evlist__set_tracking_event()Adrian Hunter2014-08-131-1/+2
* perf evlist: Add 'system_wide' optionAdrian Hunter2014-08-131-5/+26
* perf tools: Show better error message in case we fail to open counters due to...Jiri Olsa2014-08-121-0/+6
* perf record: Honour --no-time command line optionAndi Kleen2014-08-121-3/+6
* perf tools: Enable close-on-exec flag on perf file descriptorYann Droneaud2014-07-181-3/+9
* perf evsel: Add 'immediate' optionAdrian Hunter2014-07-161-0/+5
* perf evsel: Add 'no_aux_samples' optionAdrian Hunter2014-07-161-3/+3
* perf script: Display PERF_RECORD_MISC_COMM_EXEC flagAdrian Hunter2014-07-161-1/+2
* perf record: Fix to honor user freq/interval properlyNamhyung Kim2014-06-121-2/+2
* Revert "perf: Disable PERF_RECORD_MMAP2 support"Don Zickus2014-06-091-0/+1
* perf evsel: Update function names in debug messagesRamkumar Ramachandra2014-03-181-2/+2
* perf tools: Disable user-space callchain/stack dumps for function trace eventsJiri Olsa2014-03-111-11/+30
* perf callchain: Add mask into struct regs_dumpJiri Olsa2014-02-181-6/+7
* perf tools: Add call-graph option support into .perfconfigJiri Olsa2014-02-181-1/+1
* perf tools: Put proper period for for samples without PERIOD sample_typeJiri Olsa2014-02-181-1/+1
* perf evsel: Remove duplicate member zeroing after freeStephane Eranian2014-01-201-1/+0
* perf record: Rename --no-delay to --no-bufferingArnaldo Carvalho de Melo2014-01-141-1/+1
* perf record: Add --initial-delay optionAndi Kleen2014-01-131-1/+2
* perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo2013-12-271-4/+4
OpenPOWER on IntegriCloud