index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
evsel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-24
perf thread_map: Don't access the array entries directly
Jiri Olsa
1
-1
/
+1
2015-06-16
perf tools: Move perf_evsel__(alloc|free|reset)_counts into stat object
Jiri Olsa
1
-18
/
+1
2015-06-11
perf evsel: Display 0x for hex values when printing the attribute
Adrian Hunter
1
-1
/
+1
2015-05-28
perf tools: Add hint for 'Too many events are opened.' error message
Jiri Olsa
1
-1
/
+3
2015-04-29
perf tools: Add aux_watermark member of struct perf_event_attr
Adrian Hunter
1
-0
/
+1
2015-04-08
perf tools: Merge all perf_event_attr print functions
Peter Zijlstra
1
-160
/
+128
2015-04-08
perf record: Add clockid parameter
Peter Zijlstra
1
-4
/
+55
2015-03-26
perf timechart: Fix SIBGUS error on sparc64
David Ahern
1
-1
/
+1
2015-02-25
perf record: Support recording running/enabled time
Andi Kleen
1
-0
/
+6
2015-02-18
perf tools: Enable LBR call stack support
Kan Liang
1
-2
/
+19
2015-01-29
perf evsel: Set attr.task bit for a tracking event
Namhyung Kim
1
-0
/
+1
2015-01-28
perf evsel: Don't rely on malloc working for sz 0
Vineet Gupta
1
-0
/
+3
2014-12-02
perf tools: Remove perf_evsel__read interface
Jiri Olsa
1
-34
/
+0
2014-11-25
perf evsel: Introduce perf_evsel__read_cb function
Jiri Olsa
1
-0
/
+16
2014-11-25
perf evsel: Introduce perf_counts_values__scale function
Jiri Olsa
1
-25
/
+22
2014-11-25
perf evsel: Introduce perf_evsel__compute_deltas function
Jiri Olsa
1
-5
/
+4
2014-11-19
perf evsel: Fix ftrace:function event recording
Jiri Olsa
1
-0
/
+8
2014-11-16
perf tools: Add core support for sampling intr machine state regs
Stephane Eranian
1
-1
/
+45
2014-11-06
perf evsel: Do not call pevent_free_format when deleting tracepoint
Jiri Olsa
1
-2
/
+0
2014-10-17
perf evsel: No need to drag util/cgroup.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2014-10-17
perf evsel: Move exit stuff from __delete to __exit
Arnaldo Carvalho de Melo
1
-5
/
+5
2014-10-15
perf evsel: Make some exit routines static
Arnaldo Carvalho de Melo
1
-3
/
+3
2014-10-15
perf tools: Remove hists from evsel
Arnaldo Carvalho de Melo
1
-11
/
+0
2014-10-15
perf callchain: Move the callchain_param extern to callchain.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2014-10-15
perf evsel: Subclassing
Arnaldo Carvalho de Melo
1
-2
/
+46
2014-09-26
perf tools: Move callchain config from record_opts to callchain_param
Namhyung Kim
1
-6
/
+5
2014-08-15
perf util: Replace strerror with strerror_r for thread-safety
Masami Hiramatsu
1
-2
/
+5
2014-08-14
perf evlist: Add perf_evlist__set_tracking_event()
Adrian Hunter
1
-1
/
+2
2014-08-14
perf evlist: Add 'system_wide' option
Adrian Hunter
1
-5
/
+26
2014-08-12
perf tools: Show better error message in case we fail to open counters due to...
Jiri Olsa
1
-0
/
+6
2014-08-12
perf record: Honour --no-time command line option
Andi Kleen
1
-3
/
+6
2014-07-18
perf tools: Enable close-on-exec flag on perf file descriptor
Yann Droneaud
1
-3
/
+9
2014-07-17
perf evsel: Add 'immediate' option
Adrian Hunter
1
-0
/
+5
2014-07-17
perf evsel: Add 'no_aux_samples' option
Adrian Hunter
1
-3
/
+3
2014-07-17
perf script: Display PERF_RECORD_MISC_COMM_EXEC flag
Adrian Hunter
1
-1
/
+2
2014-06-12
perf record: Fix to honor user freq/interval properly
Namhyung Kim
1
-2
/
+2
2014-06-09
Revert "perf: Disable PERF_RECORD_MMAP2 support"
Don Zickus
1
-0
/
+1
2014-03-19
perf evsel: Update function names in debug messages
Ramkumar Ramachandra
1
-2
/
+2
2014-03-11
perf tools: Disable user-space callchain/stack dumps for function trace events
Jiri Olsa
1
-11
/
+30
2014-02-18
perf callchain: Add mask into struct regs_dump
Jiri Olsa
1
-6
/
+7
2014-02-18
perf tools: Add call-graph option support into .perfconfig
Jiri Olsa
1
-1
/
+1
2014-02-18
perf tools: Put proper period for for samples without PERIOD sample_type
Jiri Olsa
1
-1
/
+1
2014-01-20
perf evsel: Remove duplicate member zeroing after free
Stephane Eranian
1
-1
/
+0
2014-01-15
perf record: Rename --no-delay to --no-buffering
Arnaldo Carvalho de Melo
1
-1
/
+1
2014-01-13
perf record: Add --initial-delay option
Andi Kleen
1
-1
/
+2
2013-12-28
perf tools: Use zfree to help detect use after free bugs
Arnaldo Carvalho de Melo
1
-4
/
+4
2013-12-27
perf tools: Introduce zfree
Arnaldo Carvalho de Melo
1
-4
/
+2
2013-12-19
perf tools: Rename 'perf_record_opts' to 'record_opts
Arnaldo Carvalho de Melo
1
-2
/
+1
2013-12-16
tools/: Convert to new topic libraries
Borislav Petkov
1
-1
/
+1
2013-12-04
perf tools: Add trace-event global object for tracepoint interface
Jiri Olsa
1
-42
/
+2
[next]